First of all Check your plist looks like: Now write following lines where you are accessing your plist Objective-C: Here is the complete screen shot (with log output) of my work window: Swift: Reference: https://stackoverflow.com/a/16271457/656600
Continue ReadingAuthor: arpit
iOS (10), makes an iOS coder’s life easy. Know Why.
It took me around a week to get through all the WWDC videos. Thanks to Ohochuck for his great swiftscript which helped me to download all WWDC 2016 video locally and watch it even when I am travelling. Undoubtedly, the most exciting part of WWDC was keynote . When Craig Federighi took over to stir us with…
Continue ReadingImplementing Google custom search API in iOS
Do you wanna implement google custom search API, in an application (ios/android)? Alright! Here, this link will solve everything for you. Go check that! Checked? ‘And’ back! That means you are one of my kind, unlike the geniuses who understand the encrypted documentation of these tech giants. It took me 6-7 hours and…
Continue ReadingAdd more tabs in tab view controller storyboard
Add one view controller (UIViewController) And Add it with your tabBarController in relationship “View Controllers”(To do this right click on tab bar controller and drag it to new view controller and select bottom most relationship seague, i.e. view controller), your XIB page should look like: You can apply same pattern…
Continue Reading