iOS App Development Tips

This page is intended to provide a list of tips that can be used when developing your app on iOS.  If you have any suggestions to share with the group, please email us at mobile@ncsu.edu and we will post it here.

The current iOS and XCode Documentation can be found here

TIPS

  • Use of AutoLayout is encouraged
  • Use of the iOS size classes is suggested.
  • You should use an Image Asset Catalog for images in your app.
  • Be sure to update any deprecated code.
  • Your app should support dynamic text sizing where appropriate
  • Use resizable table cells if appropriate