Skip to main content

Posts

Showing posts from November, 2015

Disable back swipe gesture in UINavigationController

Disable back swipe gesture in UINavigationController(Back swipe in Navigation is a default feature from iOS 7 onwards)  Below Code will completely remove swipe gesture to all view controllers:(Keep in it your base view controller's ViewDidLoad method) if ([ self . navigationController respondsToSelector : @selector ( interactivePopGestureRecognizer )]) [ self . navigationController . view removeGestureRecognizer : self . navigationController . interactivePopGestureRecognizer ];    Below code will remove to particular viewcontroller: self . navigationController . interactivePopGestureRecognizer . enabled = false ;     ---- --- - --- - - - - - - -- - - -  Have a Happy iOS Objective C + Swift Coding  -- - - - - --- - - -  - - -  - - - - - - -   

You can catch thief immediately, if anyone trying to rob your iPad !!!! with the power of iBeacons from iOS 7 onwards

You can catch thief  immediately, if anyone trying to rob your iPad !!!!  Don't worry if somebody is stealing Your iPad or iPhone from Your office..... because we(iOS Developer) can develop an app with iBeacons, which alert you once your iPad(device) moving out of some range - say 20 meters (intimate you when you are moving out of certain range). Ex: If you assign your iPad to someone for some work, if he is moving out of 10 meters(trying to steal).. some thing like that.. you will get local notification. So you can catch him with in the range of 10 - 20 meters range.. I found a simple and neat code below which is perfecting working for me... You can find the sample Code @ http://createdineden.com/blog/2014/february/21/what-is-ibeacon-an-explanation-and-tutorial-for-ios-7/    ---- --- - - - - - - - - -- -  ---- -- - - -  Have a Happy Coding  -- - - - - -  ----- --- - - - - - - - - - -  

Most Useful links for iOS Novice and Expert Developers

iOS Developer most useful links Top Visiting Sites: http://web.stanford.edu/class/cs193p/cgi-bin/drupal/?wb48617274=55A2B3E1 http://www.raywenderlich.com/ http://www.appcoda.com/ http://www.tutorialspoint.com/ http://techotopia.com/index.php/Image:Ios_8_app_development_essentials.png http://codewithchris.com/how-to-make-an-iphone-app/ http://code.tutsplus.com/series/learn-ios-sdk-development-from-scratch--mobile-14536 http://www.lynda.com/iOS-training-tutorials/413-0.html http://codewithchris.com/ http://www.edureka.co/ios-development?utm_source=Google-search&utm_medium=CPC&utm_term=ios%20learning&utm_content=71914378934&utm_campaign=TechBU-iOS-Dev-Search-India&gclid=CjwKEAjwh8exBRDyyqqH9pvf1ncSJAAu4OE3DGRVIUXCjYjEJpkhELS-P0itg2d9xs5hqrnE5_rQsBoCMvjw_wcB https://www.codeschool.com/paths/ios http://www.forbes.com/sites/quora/2014/06/06/what-are-the-best-new-resources-for-learning-ios-development-in-2014/ https://www.udemy.com/iosdevelopment/  
Apple 3D Touch has been released. And its sample Code is available @   http://www.appcoda.com/3d-touch-tutorial/    ---- --- - - - - - - - - -- -  ---- -- - - -  Have a Happy Coding  -- - - - - -  ----- --- - - - - - - - - - -  

Like us on Facebbok