<< | Index | >>
if (floor(NSFoundationVersionNumber) <= NSFoundationVersionNumber_iOS_6_1) {
// Load resources for iOS 6.1 or earlier
} else {
// Load resources for iOS 7 or later
}
Unicode has cog symbol. (This time, I did not use this)

Update grouped table view in settings view to be suitable for default Settings.app.
Section, labels in row.

Check & Update label position, font size/style for iPhone/iPad.



Reader View on iPad (iOS7) has a layout problem in __toolbar__.
Toorbar Buttons in toolbar have strange size.
This problem is caused only iPad on iOS 7.

This is not good way.
But I updated to use NSFoundationVersionNumber_iOS_6_1 as Constant for Xcode 4.