In-House Articles
Trailing Closure in Swift
A lot of times in completion handlers and while making networking calls, you would have seen syntax like ()->Void
. These are called closures. It is one of the most commonly asked fundamental questions in iOS developer interviews. Learn more about trailing closures in this week’s article.
Toggle In SwiftUI
Toggles are some of the most used UIControl in iOS Apps. It lets you switch between a binary state - true or false, 0 or 1. Learn more about Toggle in this week’s article.
How To Delete Derived Data In Xcode
If you would have ever used a MacBook with 128-256GB storage, you would have faced the issue when your storage is full because of a folder called Other Folders
. This can be cleared if you delete the derived data. Learn more about deleting the derived data of Xcode in this week’s Swift Anytime article.
Jobs
iOS Developer - Cred
Location : Bengaluru, Karnataka, India
Company Description : CRED is an exclusive community for India’s most trustworthy and creditworthy individuals, where the members are rewarded for good financial behavior. CRED was born out of a need to bring back the focus on a long lost virtue, one of trust, the idea being to create a community centered around this virtue. a community that constantly strives to become more virtuous in this regard till they finally scale their behavior to create a utopia where being trustworthy is the norm and not the exception. to build a community like this requires a community of its own; a community special in its own way, working towards making this vision come true.
Software Engineer, iOS - League
Location : Canada / US (Remote)
Company Description : At League, we’re big on building connections - both through our product and with each other. Our platform is consumer centric, personalized and always on. We’re reimagining the health benefits experience to give people a more consumer-centric way to manage their health: immediate, seamless, and tailored to their unique needs. It’s a front door to healthcare that empowers people to live healthier, happier lives. Every day.
iOS Engineer - Ebay
Location : San Francisco, US (Remote or Hybrid)
Company Description : Looking for a company that inspires passion, courage and creativity, where you can be on the team shaping the future of global commerce? Want to shape how millions of people buy, sell, connect, and share around the world? If you’re interested in joining a purpose driven community that is dedicated to crafting an ambitious and inclusive work environment, join eBay – a company you can be proud to be with.
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 🤝
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.