My requirement is when user entered in to login screen userid will generate that id is stored in nsuserdefault and I want to append this userid with url in another viewcontroller can any one tell me?
How to get a NSuser default value in another viewcontroller in swift
864 Views Asked by mahesh kolagatla At
2
When you generate your user id, you can store it in NSUserDefaults like that :
Whenever you want to get this userId :