IT Nursery
I have a URL string (NSString) with spaces and & characters. How do I url encode the entire string (including the & ampersand character and spaces)? 24 Answers 24
  • June 1, 2022
  • 0 Comments
Can anyone point me to any resources about case insensitive comparison in Objective C? It doesn’t seem to have an equivalent method to str1.equalsIgnoreCase(str2) 12 Answers 12
  • May 23, 2022
  • 0 Comments
How do I convert, NSDate to NSString so that only the year in @”yyyy” format is output to the string? 19 Answers 19
  • May 21, 2022
  • 0 Comments
How can I convert NSRange to Range<String.Index> in Swift? I want to use the following UITextFieldDelegate method: func textField(textField: UITextField!, shouldChangeCharactersInRange range: NSRange, replacementString string: String!) -> Bool {...
  • May 19, 2022
  • 0 Comments
I have an app where the user can choose an image either from the built-in app images or from the iphone photo library. I use an object Occasion that...
  • May 12, 2022
  • 0 Comments