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

swiftui

  1. Jeehut

    FreelanceKit: Time Tracking for all  Platforms

    Hey everyone! 👋 I couldn't find any affordable, native, and multi-platform app to track my time I'm working as a freelancer, so I built one myself. It's called "FreelanceKit" and it's super cheap but has everything I need: Support for multiple projects Fully editable & filterable history of...
  2. ale1981

    All new mac app for my SwiftUI design/code/animation tool 'Kolibri'

    I launched Kolibri for SwiftUI earlier this year on iOS, iPadOS and as a mac catalyst app. But I quickly noticed that the catalyst app felt kinda bad on macOS. So for me it was clear that I had to remake the mac version as a proper native mac app. And after lots of work and refactoring I...
  3. Akrapovic

    iOS Swift - Converting a Dictionary to a KeyValuePair

    I'm trying to use the brand new Sift Chart framework, and the chartForegroundStyleScale function takes a KeyValuePairs as the argument. I tried supplying a Dictionary (of [String:Color], but I get the error Cannot convert value of type '[String : Color]' to expected argument type...
  4. hilala17

    Universal Pokélab — an all-in-one SwiftUI app for Pokémon Legends Arceus

    Pokélab — an all-in-one SwiftUI app for Pokémon Legends Arceus I built Pokélab over the past couple months from the ground up in SwiftUI. It's my first app, and I'd love for you to check it out! The app is completely free. It has no ads, and no features are locked behind any purchases...
  5. 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...
  6. attilakalel

    iOS failed to build ContentView.swift

    hopefully I can get some help on this, I've been trying to understand why, even when I create a new project I get the 'failed to build ContentView.swift' error. Literally just opened Xcode the other day for the first time in a long time to do some work and the error started appearing. I have...
  7. jsh8w

    iPhone Twidget for iOS - Twitter Widget

    Hello all; Twidget for iOS - Twitter Widget A few weeks ago, I was searching the App Store for a Twitter iOS 14 widget and to my amazement, there are hardly any apps that provide this functionality. So, I decided to build one myself. The app, 'Twidget', got released to the App Store today! ...
  8. O

    OwlOCR - on-device OCR app that uses Apple’s Vision tech

    Hi, just launched this app yesterday and I’m looking for early feedback. The app is FREE for a 3 week trial period, and some of the functions are free even after that. If you don’t have a goto OCR app yet and do give it a shot, please leave a review or some comments here. I’d love to get some...
  9. ApostolisApo

    iOS Building an Apple Watch app in SwiftUI

    Some impressions and tips for anyone willing to try SwiftUI in watchOS and in general: https://medium.com/@apostolisapo/building-an-apple-watch-app-in-swiftui-b58ebfcb7891
  10. T

    iOS So you actually need Catalina (beta) to use SwiftUI, not just Xcode 11 beta

    So I installed the Xcode 11 beta on Mojave. When I came to use it, the one new feature I was interested in was the new SwiftUI language/system, but after mucking around with it for a while I realised it actually needs to be running on Catalina (beta) to be able to see the canvas. The canvas...