What risks can be discovered in your mobile application? 1. Unsafe environment Apple’s iOS operating system is considered to be the most secure mobile operating system because of the high Apple’s privacy policy. iOS is not open-source which means that the code of the system is private and known only to Apple’s developers. Although, whenever […]
Tag Archives: iOS
Swift Property Wrappers – how to use them right?
Swift 5.1 introduces a new feature called Property Wrappers. For many iOS developers @ sign is mostly known in terms of Objective-C or InterfaceBuilder (e.g. @IBDesignable). Now it’s also related to regular properties in which you store some form of state. In many cases there’s logic behind modifying those states which is implemented inside our […]
Flutter vs. React Native – the battle of cross-platform
Cross-platform development became one of the most appreciated technologies when it comes to building mobile apps. Flutter and React Native constantly compete against each other to become the leading framework. Let’s see what are the main differences between them. Is there any clear winner? What is cross-platform development? Before we start, we should explain how […]
How Does Flutter Work? A Basic Guide
Flutter is known for its great performance regarding UI rendering. It is quite safe to say it is the fastest hybrid mobile development framework. The question one may ask – how does it work? What makes it so fast? The core three classes that are responsible for this process are: Widget, Element and Render Object. […]
All you need to know about CloudKit Art
Cloudkit is a solution made by Apple allowing iOS and macOS apps to use the data cloud – iCloud. It offers interfaces for moving data between an app and the containers, providing the users with access to data located on all of their devices. Apart from that, CloudKit allows storing data in a public space […]
All you need to know about Size Classes
As you may know, there are more and more devices working under the iOS system. Differences in their sizes may cause problems connected with adjusting the elements’ size while creating an application. To make it all easier, Apple introduced so-called Size Classes which allow distinguishing the device’s size we’re dealing with. 1. What are Size […]
What’s the fuss about the “Swift vs Objective-c” thing?
You can find a lot of articles about comparing Swift to Objective-C. When it comes to choosing language for the new project there is no doubt that Swift will be a better choice. But we have to understand why. Objective-C language is around for a really long time. It was first introduced in 1984 – […]
What Does it Take to Develop an App of the Year?
InPost mobile application created by iteo won 1st prize in Mobile Trends Awards! This app is a native solution developed by the iteo team, with a total of 3 million downloads and also a number 1 in app stores in Poland. It helps InPost customers track their parcels. The app is especially appreciated by the […]
How to Become a Software Developer
For some people, coding seems extremely difficult, while others find it super easy. Give it a try – if it’s hard to understand for you, then maybe being a developer is not your destiny. But if you belong to the second group – becoming a programmer might be something for you. This way you can […]
Apple Watch – a cool and useful gadget, but can It be more?
What are the benefits of watch app development? Let’s take a look at some features: you can use the newest solutions provided by Swift and App SwiftUI (it is supported on all Apple Watch with watchOS 6 installed) – It is a brand new Apple UI framework for creating fast and reliable user interface Watch […]