supermarin / ObjectiveSugar

ObjectiveC additions for humans. Ruby style.
MIT License
2.17k stars 190 forks source link

-[NSString containsString:] was added in iOS 8 #89

Open sibljon opened 9 years ago

sibljon commented 9 years ago

Since ObjectiveSugar doesn't use method prefixes, what would we like to do here?

I suggest renaming ObjectiveSugar's method to containsCaseInsensitiveString:.

sibljon commented 9 years ago

I'd be happy to submit a PR.

l4u commented 9 years ago

ObjectiveSugar should use add a prefix to categories instead.

supermarin commented 9 years ago

@sibljon please do a PR.

Just to note - depending on Swift's launch and success, this library might get deprecated in favor of the latter.

sibljon commented 9 years ago

@supermarin You mean a pull request to prefix all ObjectiveSugar methods?

supermarin commented 9 years ago

@sibljon nope, the one that deals with containsString

joelklabo commented 8 years ago

How's this?

https://github.com/supermarin/ObjectiveSugar/pull/112