Skip to main content

2 posts tagged with "Objective-C"

Our Objective-C tag archive contains a wealth of information and tutorials on Objective-C programming, a robust language used for iOS development.

View All Tags

Kotlin vs. Objective-C: Which Language is Better for iOS Development?

· 7 min read
Engineering Team

In this tutorial, we will compare Kotlin and Objective-C, two popular programming languages for iOS development, to determine which one is better suited for creating iOS applications. We will examine their syntax and readability, performance and efficiency, language features, tooling and libraries, as well as community and adoption. By the end of this tutorial, you will have a clear understanding of the strengths and weaknesses of both languages and be able to make an informed decision for your iOS development projects.

Debugging Code in Xcode - 10 Debugging Tricks for iOS developers

· 5 min read
Full Stack Developer

Debugging code written in Swift/Objective-C can be tricky sometimes, especially for someone who’s just starting to learn iOS programming. We’re listing a few techniques and tools for debugging code in Xcode, that any successful mobile app developer should be familiar with. The inspiration for this list was the work we’ve done building our beautiful iOS app templates.