Slide in Menu as an UIViewController Extension
We often need to add a slide in menu to a UIViewController. It’s no easy task in Interface Builder. Here’s how to make one… Read More »Slide in Menu as an UIViewController Extension
We often need to add a slide in menu to a UIViewController. It’s no easy task in Interface Builder. Here’s how to make one… Read More »Slide in Menu as an UIViewController Extension
There were several new big announcements at the apple ‘hey siri’ events. iPhone 6s with 3D touch, tvOS for the new Apple TV and… Read More »Mac Rumors: ‘Hey Siri’ Event Roundup: iPhone 6s, iPad Pro, New Apple TV and More
I needed to simulate slow network speeds for the iOS simulator. There’s a pretty easy provided way to do it. Click on Xcode>Open Developer Tool>More… Read More »iOS/iPhone Simulator – Simulate Slow Network Speeds
Apple recently released iOS 7.1 w/ some new/updated features. I like the minor UI changes they made to make things sharper, but there’s a few… Read More »iOS 7.1 Features: Top 5 new iOS 7.1 features
Apple – iPhone 5s – Tips and Tricks. Many people have been confused by the changes in iOS 7. Apple has published a list… Read More »Apple – iPhone 5s – Tips and Tricks
OrderGuide Inventory app on the App Store Anyone or any employee can run inventory now (iPhone/iPod/iPad)! Add your inventory items and the order criteria and… Read More »OrderGuide App – Inventory By Touch
A couple of good, similar posts about getting your Core Data database in iCloud for apps… iOS How-To : Using Core Data with iCloud –… Read More »iPhone Development: Using Core Data with iCloud
Jen Gordon’s awesome designer starter kit is no longer “starter” – it’s full blown! And renamed to: Tapptics. Tons of video tutorials, downloads, images, icons,… Read More »Tapptics – iOS Tutorials, Images/Icons, Marketing kit
Stencils matching ‘iphone’ page 1 – Graffletopia. Several OmniGraffle widget, icon, etc. downloads at Graffletopia. .
Client app, ITGO, featured on The Independent… Top apps drop prices for New Year’s: Interval Trainer GO, Runkeeper Pro – Health & Families,… Read More »Top apps drop prices for New Year’s: Interval Trainer GO, Runkeeper Pro – Health & Families, Life & Style – The Independent
I roll my own for most URL/HTTP communication, but I hadn’t messed w/ multipart image posts in a while. I found the class… Read More »ASIHTTPRequest example code – All-Seeing Interactive