Almost every iOS app is backed-up by some back-end. That is very common architecture. Our iOS app communicates with back-end, grabs data from its web…
iOS Development
Almost every iOS app is backed-up by some back-end. That is very common architecture. Our iOS app communicates with back-end, grabs data from its web…
Debugging an application is something we do very often. That is normal. When some error occurs, we want for our users to find it, right?…
Nowadays, we have a problem in iOS. Instead of MVC design pattern, which stands for Model-View-Controller, we have a disease called Massive-View-Controller. As a good…
If you think of these two types, let’s first start by stating the differences between the two. Class – a reference type So, after we…
Operator overloading is one of the powerful features in Swift programming language. In an essence, it is basically using of -, +, ==, /, * operators…