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
Post a Comment