Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Making view controller full screen by default. #112

Open
pawlowskialex opened this issue Sep 23, 2013 · 2 comments
Open

Making view controller full screen by default. #112

pawlowskialex opened this issue Sep 23, 2013 · 2 comments

Comments

@pawlowskialex
Copy link

If we were to follow iOS7 procedures, we should make view controller instantiate full screen by default.

It's relatively easy to do, but I don't how many of you are relying on current implementation because of apps in production.

And if we're doing that, we also should implement functionality of these 3 properties of UIViewController:

@property(nonatomic,assign) UIRectEdge edgesForExtendedLayout;
@property(nonatomic,assign) BOOL extendedLayoutIncludesOpaqueBars;
@property(nonatomic,assign) BOOL automaticallyAdjustsScrollViewInsets;

Maybe by keeping stack of translucent items or something.

So what do you think?

@youknowone
Copy link
Owner

Looks important idea, but I have no idea to do this easily

@LeoNatan
Copy link

These properties are used primarily for translucent views. Seeing as how UI7Kit does not introduce translucent navigation bars and toolbars, their requirement is moot. Moreover, implementing "automaticallyAdjustsScrollViewInsets" alone would be a difficult feat, one that may require private API.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants