In-House Articles



Jobs



Join iOS Dev Slack Community

It’s a community for all the iOS developers, where developers can share great ideas with each other and help each other grow. Your growth as an iOS developer depends on who you surround yourself with and what information is available at your disposal that you daily consume. This community’s mission is to bring those values that helps the developers to network, contribute through their valuable experience, learn new things in the Apple ecosystem and become the best version of themselves. If this sounds interesting to you, join now 🤝

Swift Anytime Weekly

Cracking the iOS Interview

What is a named tuple?

In a tuple, we can provide names for each value. Using names, we can access the values by their names instead of an index.

Named tuples eliminate the need to remember indexes. For example,

Swift Anytime Weekly

What is the difference between Array and NSArray/NSMutableArray?

An array is a struct, therefore it is a value type in Swift. NSArray is an immutable Objective C class, therefore it is a reference type in Swift.

An array can store one type of data, whereas NSArray can hold different types of data.

Swift Anytime Weekly

iOS Good Practices

Adopt Dark Mode in your applications

With Dark Mode, you can change the appearance of your apps and devices on iOS. Greys and blacks look more stylish than white backgrounds.

It can also help users get more out of your app and limit potential health concerns beyond simply making it look brand new. This will result in increased engagement for you, and a better user experience for your users.

Swift Anytime Weekly

Thanks for Reading

We at Swift Anytime try to bring the best iOS ecosystem information for you that’s not only valuable but also most relevant based on your experience & preference.

Swift Anytime Weekly