Haskel Ash iOS Developer

    MENU

    • Blog
    • About Me
    • Tags
    23 February 2021

    Making a Queue in Swift with a Recursive Enum

    A queue is a very useful data structure, so naturally we might want to implement one in Swift. A Quick Queue Refresher A queue is a list of generic values that allows you to insert (enqueue) values and remove (dequeue)... Read more about Making a Queue in Swift with a Recursive Enum

    swift data-structures
    30 September 2016

    Detecting Changes in a UIView's Frame or Bounds

    Often you need to detect when a custom view’s frame or bounds is about to change or just did change. To do this, you can override the frame or bounds variables. Then, in curly braces, add two methods called willSet... Read more about Detecting Changes in a UIView's Frame or Bounds

    swift uikit
    29 September 2016

    Hello World!

    func sayHello(msg: String) { print(msg) } sayHello(msg: "Hello world!") Hello world! I’m excited to be writing my first (of hopefully many) blog posts. I’ve wanted to start a blog for quite some time now. I finally got around to it,... Read more about Hello World!

    meta

    Made with Jekyll and ❤ by Willian Justen