Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ios programming

  1. karacaoglanb

    iOS SwiftUI course recommendation

    Hi, I've took a look of some iOS/SwiftUI programming courses on Udemy, but I could not found any updated course. Some courses have been updated with additional SwiftUI course contents but still they have lots of sections with old Swift programming details. I want to learn iOS programming...
  2. MisterSavage

    iOS Confusion about printing out a certain enum

    If I create and print the contents of a simple enum it works as I would expect: enum State : Int { case noData case loaded } state = .loaded print("state is \(state)") That prints out "state is loaded". But this statement doesn't work as I would expect...
  3. Mr. Chestnut

    iOS Blue Unread message Dot

    Hi, I'm new to swift and iOS app making, and right now I'm working on a messaging app for a school project. Currently, I'm having trouble creating the blue unread message dot that appears next to someones name in Messages app. I have an image of the dot, but what i have to code to make it...