Blog

Tag Archives: sdk

iOS 6 Rotation Solution

New operating systems offer many new features but with that we also receive depreciations that can cause developers to back track and fix new problems.  In iOS 6 Apple depreciated the method shouldAutorotateToInterfaceOrientation.  Apple also added some new functions and changed … Continue reading

Posted in App Development, iPad, iPhone, Tips | Tagged , , , , , , | Leave a comment

iPhone SDK Programming Tip – Backticks

There’s a long list of reserved words when using SQLite: http://www.sqlite.org/lang_keywords.html A good rule of thumb is to always use backticks (“) around database table and column names to avoid reserved keyword errors when running SQLite queries. Below is some … Continue reading

Posted in App Development, Tips | Tagged , , , , , , , | Leave a comment