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

Attributed strings can be used as picker row titles. #342

Closed
wants to merge 25 commits into from

Conversation

xjki
Copy link
Collaborator

@xjki xjki commented Apr 27, 2017

This pull request allows to provide attributed strings (eg text with icon) as picker rows.
Also fixed documentation warnings and accessibility for picker title.

Copy link
Owner

@skywinder skywinder left a comment

Choose a reason for hiding this comment

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

Great improvement 👍 almost ready to merge 😉

* @param successAction
* @param indexes is used to establish the initially selected rows;
* @param target must not be empty. It should respond to "onSuccess" actions.
* @param successAction successActin
Copy link
Owner

Choose a reason for hiding this comment

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

Please fix this typo 👍


NSAttributedString *attributeTitle = [self pickerView:pickerView attributedTitleForRow:row forComponent:component];
Copy link
Owner

@skywinder skywinder Nov 21, 2017

Choose a reason for hiding this comment

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

👍 great. seems it should works! Please fix typo above and I will happy to merge!

Copy link
Owner

@skywinder skywinder left a comment

Choose a reason for hiding this comment

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

please fix typo, I will issue new minor release now and next that one for major release! 👍

@xjki
Copy link
Collaborator Author

xjki commented Oct 3, 2018

Please delete this request. Created another pull request #403

# xcode_workspace: ActionSheetPicker-3.0.xcworkspace
# xcode_scheme: ActionSheetPickerTests
# xcode_sdk: iphonesimulator

notifications:
email:
recipients:
- sky4winder+actionSheetPicker@gmail.com
- jki@jki.lv
Copy link
Owner

Choose a reason for hiding this comment

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

🧐 Travis is not worked correctly yet. If you want to setup it - please make a list of recipients

@@ -208,13 +208,6 @@ - (BOOL)prefersStatusBarHidden {
return [UIApplication sharedApplication].statusBarHidden;
}

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
Copy link
Owner

Choose a reason for hiding this comment

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

Are you sure, that we can delete this check? I added it to fix something (shame of me, didn't put comment there).. But still.

@skywinder
Copy link
Owner

Please delete this request. Created another pull request #403

oh, missed it. I will close it in favor of #403

@skywinder skywinder closed this Nov 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants