Tag: iOS 9

  • Time Flies…

    Wow, it has been just over 2 months since my last post… A lot has happened since then. I have actually started looking for a new job! Instead of complaining about my current situation, I am doing something about it. I have not gone dove into the deep end yet, but I am getting wet,…

  • Cells aren’t just cells

    I was making a table view controller with custom cells. The cells needed to have an image and a new title. There are tutorials of how to subclass the UITableViewCell, but for some reason I didn’t want to go that direction. Then I remember a little app I was playing with where this was accomplished…

  • Mmmmm…. Success!!!

    Or something that tastes a bit like it! I know, last post, I said I would discuss my foray into Github. I was premature with that statement. I was running into an issue where I needed something to run (func1), but only AFTER something else did (func2), because func2 depended on the results of func1.…

  • Roadblocks are a necessary pain

    Ouch. That is how I feel after my encounter with NSJSONSerialization… In the tutorial, there is instruction on how to handle a simple JSON object, but I needed something for nested content. Add that to Swift’s changing language, and (from what I have NOT been able to find), the poor documentation on the subject, I feel…