Comparing the Performance Between Native iOS (Swift) and React-Native

React-Native is a hybrid mobile framework that lets you build apps using only JavaScript. However, unlike other hybrid mobile technologies… Read more

Similar

Diversity in Swift Community

6 years ago, Swift was announced. In the years since, a thriving community has emerged around a shared passion for building and using the Swift programming language. This community has spread far beyond Apple through conferences, open source repositories... (more…)

Read more »

Swift General Task Cheatsheet

Links: 1. Get length of String 2. Split String into Array 3. Enumerate enum 4. Convert Int to String 5. Convert String to Int 6. Sort object array by value 7. Sort dictionary by value 8. Sort dictionary by key 9. Check if array contains ... (more…)

Read more »