Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added properties for customizations. #205

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open

Conversation

teffi
Copy link

@teffi teffi commented Aug 4, 2016

@property (nonatomic, copy, nullable)NSDictionary <NSString *, id> *titleTextAttributes;
Easily customize the controller title instead of using delegate (photosViewController:overlayTitleTextAttributesForPhoto) which I for whatever reason can't make it work right now.

@property (nonatomic)BOOL isTitleBackgroundSolid;
Supports an option to create overlay view with solid background instead of fixed transparent.

@property (nonatomic)UIColor * backgroundColor;
Added support to change controller view's background color. A necessary alternative for viewcontroller.view.backgroundColor when you using a solid titleBackground.

@teffi teffi changed the title Added titleTextAttributes property for customizing overlayView title Added title customizations. Aug 4, 2016
@teffi teffi changed the title Added title customizations. Added properties for customizations. Aug 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant