Kresimir Bakovic·PinnedCollapse and expand UITableView cells like a ProAnimations are among the key factors that distinguish between the regular and outstanding user experience. UITableView provides us out-of-the box solution to animate list. …IOS App Development7 min readIOS App Development7 min read
Kresimir Bakovic·Jun 6CI/CD in iOS developmentYour app is ready for internal or external testing, and you want to publish it as soon as possible to your testers, right? Every iOS developer knows what the next steps are → running the tests and creating a new build. This part of the development process is repetitive and…IOS App Development11 min readIOS App Development11 min read
Domagoj Beronic·Feb 8How to write README file for the iOS projectHave you ever encountered a Github project where, despite spending several minutes on the page, you still struggle to understand the purpose and functionality of the application? This is a common experience, often resulting from a lack of clarity and attention to detail in the project’s README. …Readme6 min readReadme6 min read
Kresimir Bakovic·Dec 6, 2022Building the Pokédex in iOS using Core MLWho’s that Pokemon? I bet you’ve heard this question more than once in your life. There aren’t many people that exactly know every Pokemon’s name and their evolutions😏. In our opinion, this is a good reason for making the detector that will tell you everything about the Pokemon that you…IOS App Development8 min readIOS App Development8 min read
Dino Bozic·Feb 28, 2022High-end transitioning in iOS“Wow, how does Instagram make their screens animate like that?” “Amazing animations, I wish I could do that.” — an iOS developer who hasn’t read this article In this article, a few techniques that are making a difference for those high-end projects and applications will be presented. An important mention…IOS9 min readIOS9 min read
Kresimir Bakovic·Nov 25, 2021Building 3D Avatars in iOS using SceneKitWhile playing around with your smartphone, there must have been a situation when you saw a 3D object on the screen and you wondered how it was constructed under the hood. In this article I will explain the key concepts of modeling a 3D object in the SceneKit and mention the…IOS7 min readIOS7 min read
Karlo Vrbić·Jan 29, 2021Android—How to handle taps?One of the most common problems we encounter, but rarely think about, is handling user’s taps on UI elements. On Android, the Looper class—launched in the main/UI thread on the app’s start-up—provides a message queue for the UI thread, which is responsible for many things. …Android5 min readAndroid5 min read
Dino Bozic·Dec 4, 2020The State of the Art of iOS DevOpsOne of the main aspects of software development is software quality. Products with high quality tend to go closer to the top in different statistics charts, especially financially oriented ones. Thanks to DevOps, applying the best software development practices and techniques has never been easier. The definition of DevOps (Development…IOS14 min readIOS14 min read