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

swift

  1. buttongerald

    iOS Best Place To Start?

    Good Day Folks, Over the last few weeks, I have really spiked an interest in programming. I would love to learn how to do it, but I have zero knowledge of code. Graphics, photography, and video? You bet. But programming languages? Nope, I don't really remember HTML or CSS either as the last...
  2. F

    iOS Creating New App

    Hi All, I am creating new app with Swift to learn IOS development. I want to make iphone app like attached image. In this app there is two section. One is left image buttons. When user click one of them then I will show details. Should I put two view into view controller? What is the best way?
  3. V

    iOS How to convert xml(soap) response into nsdictionary in swift

    Help needed in swift language to convert below nsmutable string into nsdictionary. //-----------nsmutablestring: <INFO> <Store> <StoreName>Colombian Jeans USA</StoreName> <StoreCity>Tamarac</StoreCity> <StoreAddress>4638 nw 58 CT</StoreAddress>...
  4. P

    iOS Any good and up to date HealthKit tutorials available?

    So I'm new to programming and I'm currently working on a pet project and I've gotten stuck pretty hard. The essentials of it are that I want to read the distanceWalkingRunning data from HealthKit on a user's phone, store that information, and be able to print it to a UILabel in either Miles or...
  5. The Clark

    macOS Brand new to Swift, can I end statements with a semi-colon?

    I've done a little bit of research and different people have different opinions. I come from a programming background and it feels very unnatural to not include a semi-colon at the end of a statement. I would prefer to write a semi-colon but is that seen as bad practice? Does it have any effect...