how to set orientation with in zooz framework in iphone sdk -
i using zooz framework, in work in potrait when rotate landscape frame has changed in odd manner.how can set zooz view frame??
zooz = [zooz sharedinstance]; [zooz preinitialize:@"e6178b33-fac9-4a41-b296-162a28e291f8" issandboxenv:is_sandbox]; // nslog(@"hiiii"); //zooz * zooz = [zooz sharedinstance]; zooz.sandbox = is_sandbox; zooz.tintcolor = [uicolor colorwithred:1 green:0.8 blue:0 alpha:1]; zooz.barbuttontintcolor = [uicolor darkgraycolor]; please help!!
zooz iphone not support landscape , in portrait. ipad support orientations.
in order enable zooz in landscape iphone app, should show zooz portrait view controller
if landscape app - should enable orientation modes in target , force landscape on view controllers on "allowed orientation" methods.
for view controller shows zooz ui should set portrait way app stays in landscape , zooz ui portrait
Comments
Post a Comment