#xcode
Read more stories on Hashnode
Articles with this tag
What is dependency injection? According to Wikipedia definition: Dependency injection is a technique in which an object receives other objects that...
There are several tutorials on internet explaining the origin and how it works, so I’ll briefly explain why every swift developer has to know the...
The Observer Pattern is a behavioral design pattern if you don't know what design pattern see this POST. Understanding this pattern is fundamental...
Remember the view code? We will talk about one of the benefits of creating applications with view code. Se você não está familiarizado com o view...
Design Patter: When you want to implement decoupled and clean code, it always takes work, and if you don't have that much experience, you'll find many...
There are three ways to make your app's UI: Storyboard XIB Code It is a controversial topic, in which it has advantages and disadvantages, and...