-
Notifications
You must be signed in to change notification settings - Fork 17
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
22098225: Add indexOfObject:inSortedRange:options:usingComparator: method in Swift Array #23
Milestone
Comments
This was referenced Aug 3, 2015
This was referenced Aug 10, 2015
19006288: SIGSEGV - segmentation violation - [UITextSelectionView textSelectionViewActivated:]
#2708
Open
Open
Open
This was referenced Apr 10, 2016
Open
This was referenced Apr 14, 2016
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Although NSArray and NSOrderedSet have method indexOfObject:inSortedRange:options:usingComparator:, there is no such method in Swift Array.
By now there are two options to bypass this problem:
Considering all the available options it would be only natural to have such method in Swift.
Product Version: Swift 1.2
Created: 2015-07-31 22:13:23.782710
Originated: 2015-08-01T00:00:00
Open Radar Link: http://www.openradar.me/22098225
The text was updated successfully, but these errors were encountered: