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

Set doneButton public, add highres checked_background images #19

Closed
wants to merge 4 commits into from
Closed

Set doneButton public, add highres checked_background images #19

wants to merge 4 commits into from

Conversation

LucidityDesign
Copy link

I set the doneButton to public so I can set a custom color like:
pickerController.doneButton.setTitleColor(UIColor.redColor(), forState: UIControlState.Normal)

@LucidityDesign LucidityDesign changed the title Set doneButton public Set doneButton public, add highres checked_background images Sep 24, 2015
@@ -267,7 +267,7 @@ internal class DKAssetGroupDetailVC: UICollectionViewController {
private lazy var selectGroupButton: UIButton = {
let button = UIButton()
button.addTarget(self, action: "showGroupSelector", forControlEvents: .TouchUpInside)
button.setTitleColor(UIColor.blackColor(), forState: .Normal)
button.setTitleColor(UIColor.whiteColor(), forState: .Normal)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The color may clash with the color of the navigationBar. Is your navigationBar deep color?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a customization only for me. This shouldn't get included to this PR. Sorry

@zhangao0086
Copy link
Owner

@LucidityDesign Thanks !!!

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.

None yet

2 participants