• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSPredicate and custom sort selector
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSPredicate and custom sort selector


  • Subject: Re: NSPredicate and custom sort selector
  • From: Trygve Inda <email@hidden>
  • Date: Fri, 30 May 2014 14:56:01 -0700
  • Thread-topic: NSPredicate and custom sort selector

> Create a property-styled category on NSString that returns the numeric value
> of a ratio-string -- call it "ratioValue" perhaps. Then you can have a
> predicate format of the form:
>
> @"self.ratioValue > %@.ratioValue"
>
> -- or whatever.
>
> The same category would be useful in KVC collection operations.
>
> Kirk Kerekes
> (iPhone)

As a followup:

I can make the lefExpression keypath "aspectRatio.ratioValue"

But how would I make what the User enters in the Predicate Editor text field
pass through the ratioValue method?

If I just change the leftExpression to "aspectRatio.ratioValue" that changes
one side of the comparison, but what the user has entered is still a string
like "4:3".




_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: NSPredicate and custom sort selector
      • From: Kirk <email@hidden>
References: 
 >Re: NSPredicate and custom sort selector (From: Kirk <email@hidden>)

  • Prev by Date: Re: NSPredicate and custom sort selector
  • Next by Date: Re: NSPredicate and custom sort selector
  • Previous by thread: Re: NSPredicate and custom sort selector
  • Next by thread: Re: NSPredicate and custom sort selector
  • Index(es):
    • Date
    • Thread