IOS7: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
# Simple MsgBox does not work properly. Use NSB.MsgBox instead
# Simple MsgBox does not work properly. Use NSB.MsgBox instead
# StatusBar
# StatusBar
# There is a problem with SQLite database that are over 5 megs.

Revision as of 21:59, 18 September 2013

This page keeps track of information about iOS7 for AppStudio users. Feel free to add your tricks and workarounds!

Max Firtman has a general overview here.

New Features

  1. New style: default font style is Helvetica Neue. Since it is a bit finer than regular Helvetica, consider moving up the font size. To look even more like iOS7, get rid of the striped background and use blue labels. Here's a good cheat sheet on some of the design differences.

  1. New Date Control
  2. New Time Control
  3. New Progress Control

Known Bugs

  1. mailto:, sms: etc. tags do not work
  2. Simple MsgBox does not work properly. Use NSB.MsgBox instead
  3. StatusBar
  4. There is a problem with SQLite database that are over 5 megs.