Open mrjotika opened 9 years ago
If your point me to your repository, I could take a quick look tomorrow.
I attach picture above, when I tap Home, then alway go to second items instead.
What does your settings file look like?
here settings.plist I set , I posted these format code, not not keep source, don't u mind look at http://pastebin.com/BpikjNQs
If you use a "dynamic" navigationItem, it will pull the URL for that Navigation item from your [NSUserDefaults standardUserDefaults]
dictionary.
In my app, I'm setting values of the [NSUserDefaults standardUserDefaults]
dictionary using the app settings (https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/UserDefaults/Preferences/Preferences.html), though, you could set it by other means, if you'd like.
let me try to fix out. thank you
When I tap Home item, it always go to second items. can you help me how to set home to dynamic url belong it's value, and no more go to second items. thank you very much bro. I have a nice app from yours.