ios7 - Pixate not styling my views first time after launching app on iPad -


i using pixate style views. whole application works storyboards. app ipad app.

i have valid pixate licensekey , setting in main:

int main(int argc, char * argv[]) {     @autoreleasepool {         [pixate licensekey:@"<my pixate license key>" foruser:@"<my email address>"];         return uiapplicationmain(argc, argv, nil, nsstringfromclass([whvvappdelegate class]));     } } 

when launch app first time on device, views have no styling pixate. when kill app, , launch again pixate start working.

when saw happening, tried call [pixate updatestylesforallviews]; in [viewdidappear:] method of first view of app. results remain same.

anyone familiar problem? how troubleshoot further here?

have tried running on device without testflight, rule out?


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -