I have an app that I developed with Xcode 3 and recently started editing with Xcode 4. In the target summary I have the iOS application target form with...
  • April 27, 2022
  • 0 Comments
When using the Xcode 8+ and creating a new blank project, the following logs appear when running the application: 2016-06-13 16:33:34.406093 TestiOS10[8209:100611] bundleid: com.appc.TestiOS10, enable_level: 0, persist_level: 0, propagate_with_activity:...
  • April 24, 2022
  • 0 Comments
I have been developing an app for 1 or 2 weeks now and just yesterday I have updated my iPhone 5S to the iOS 8 GM. Everything worked fine...
  • April 22, 2022
  • 0 Comments
How do you get the length of a String? For example, I have a variable defined like: var test1: String = "Scott" However, I can’t seem to find a...
  • April 20, 2022
  • 0 Comments