view · edit · sidebar · attach · print · history

20130820-update-generikacc-app-ios-7

<< | Index | >>


Summary

  • Check/Update generikacc.app on iOS 7

Commits / Patches

Index / Status


Check transition guide

    if (floor(NSFoundationVersionNumber) <= NSFoundationVersionNumber_iOS_6_1) {
    // Load resources for iOS 6.1 or earlier
    } else {
    // Load resources for iOS 7 or later
    }

link

Note

Unicode has cog symbol. (This time, I did not use this)

commit


Update settings view for iOS 7

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.

commit

Debug ZBar barcode Reader ViewController

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.


Run with Xcode 4

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

commit

link

view · edit · sidebar · attach · print · history
Page last modified on September 04, 2013, at 10:14 AM