I remember when I was in university, learning Android SDK and writing my first mobile app. All assets were bundled together in nifty R class. With this autogenerated assets class, developers could use
Sometimes structures or classes we create in code can be easily expressed by
built-in Swift types. Consider the following code:
struct Person {
let name: String
}
let ana = Person(name: "Ana")
I created simple
Here's my first compilation of the most common Swift and iOS interview
questions. There'll be more, so follow me on Twitter
[https://twitter.com/GruchalaArtur] & stay up to date.
Have fun and try