iOS7 has been a fundamental change in the look and feel of apps on the iPhone and iPad. With this latest release of iOS7 there are a plethora of changes that need to be considered and used to make great apps. Here are a few links for posts that go over the new features. Easily... Continue Reading →
Books and Resources
Here's a great list of books that you will find useful for your development iOS Objective-C Programming: The Big Nerd Ranch Guide, 2nd Edition
UINavigationController Tips and Techniques
Here are a few links for working with UINavigationControllers Custom Back Button Keep Background Image Across All Views
iOS icons and artwork
Some great links for iOS artwork and icons for your app Buy 2800+ icons for Windows 8 and iOS 7 Stock Photos André Givenchy icons8 Glyphish iconbeast PixelLove PixelPress TWG SoftIcons
Dynamically Change iPhone Input
Here are a few links for dynamically formatting data that is entered into your iPhone app as it is typed Fomatting iOS text input on-the-fly
SHA Encryption in Java and iOS
Some great links for SHA Encryption in Java and iOS and ensuring the same output on both IOS HMAC-SHA1 Different than Standard Java HMAC-SHA1 How can I compute a SHA-2 (ideally SHA 256 or SHA 512) hash in iOS? Basic Security in iOS 5 – Part 1 (Ray Wenderlich)
Great Keyboard Techniques in iOS
Here are a few sample posts on how to work with the Keyboard in your iOS App to great effect. I will add more links to this post as I continue. iMessage Style Receding Keyboard in an iOS App DAKeyboardControl - for a resizing textview on top of the Keyboard Make a UITextView move up... Continue Reading →
Storyboards Tutorial
A few great tutorials for creating storyboards in iOS Ray Wenderlich CS193p
Great iOS Tutorials and Resources
The following sites provide some great resources for iOS developers looking to learn techniques and skills. This list will keep growing, so keep coming back Tutorials and Resources AppCoda Ray Wenderlich CS193p CS193p (ItunesU) Cocoa Controls Big Nerd Ranch Solutions CS193p Solutions M2M Tech M2M Tech (2013-2014)
Create a UIPageViewController
This is a great tutorial on how to create a UIPageViewController for Scrolling and Paging horizontally. http://www.appcoda.com/uipageviewcontroller-storyboard-tutorial/