Hey everyone,
I wanted to share an app I've been working on called To Us. It's a milestone tracker, but not the kind you might expect.
Here's the thing: we celebrate birthdays and anniversaries, and that's about it. But there are actually thousands of other moments worth celebrating that we...
Hello, it's been over a year that I'm updating my side project and I just realized I never posted about it on this forum!
NewsNinja is a feed aggregator allowing you to follow RSS feeds, subreddits and youtube channels and it's available on Mac, iOS, iPadOS and VisionOS.
It doesn't require any...
I’ve always been a fan of apps that play ambient sound mixes. So far, the best one I’ve found is Moodist because of its huge sound library (https://moodist.mvze.net/). However, it’s a web app, and I personally prefer native apps. There are several alternatives out there, some of them under...
Good morning, Mac users! 🌞 I hope you’re all doing well. This year, I’m embarking on an Apple ecosystem refresh. I’ve already upgraded my Apple Watch and iPhone, and now I’m moving on to AirTags, AirPods Pro , and a MacBook Pro. This will be my first Mac.
One of the key items on my list is a...
Swift Assist has been announced at WWDC. It’s an AI tool that helps you with your Swift Code. https://www.apple.com/ca/newsroom/2024/06/apple-empowers-developers-and-fuels-innovation-with-new-tools-and-resources/
Swift assist is coming this year according to apple ...
Hi,
I plan on using my 5.1-flashed MP4.1 with a single X5690, MVC flashed GTX 970, 32GB RAM,
for developing iOS apps in xCode. Now I believe I have to use xCode 15, which requires MacOS Ventura.
I am guessing that upgrading all the way to Ventura is impossible, and even if it isn't, I think...
Back in 2014 when Apple introduced a barometer chip on the iPhone 6, I wrote a quick data logger app called Barograph which would plot the atmospheric pressure from the barometer chip. Being a bit of a weather nerd, I built the app because thought it was cool to be able to collect meteorological...
Hello,
not really sure if it's the right place to ask, but does anyone have any idea how I could circle a date if it already has an event in it?
The UIKit doesn't have .circle() as SwiftUI does, but I was wondering if it's even possible with UIKit?
I just couldn't find a way to do it. Any advice...
I need to call a JavaScript function from a local JavaScript file and then Call JS Function CalcualatePremiumWeb and get the returned value from JS printed in Swift. However, I'm encountering an error when trying to evaluate the JavaScript function and retrieve the result.
Swift
guard let...
Hi, I am new to iOS Development and Programming, and just would use the machine that I'm gonna buy for next 4 Years. (Since I got in college for computer science recently). So just wanted to know which one to choose? I am confused which RAM/CPU will be enough for the next 4 years as I proceed to...
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...
I am building an iOS application(should also run on iPadOS and tvOS). We want to build without using a storyboard file and hence, UI related things would be done programmatically.
While running the application on iOS 16 simulator, I get the following exception :
IOSSceneDelegate[24955:574895]...
Is it possible for an externally created app that can directly access the automation feature (in shortcuts) and instantly set up an automation setting that will run the app? So the user doesn't have to set the automation up, they only have to give the app permission to access shortcuts and the...
I'm pretty new to Swift and I'm having some trouble implementing alerts into my SpriteKit game. The below code works on device & emulator, however every time I run the code I get two warnings.
GameViewController.swift:
import SpriteKit
class GameViewController: UIViewController {
override...
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...
Hi all,
I've been around in these circles for over 10 years, but I'm starting to get back into the online forum circles. Just thought this would be a good share!
// Example 1
let formatter = PersonNameComponentsFormatter()
formatter.style = .long
let components =...
Hi, guys! I am the author of this application, ask your questions, i will try to answer. Any feedback would be appreciated.
FSNotes is modern notes manager for macOS and iOS. App respects open formats like GitHub Flavored Markdown, so you can easily write documents on iPhone and MacBook. It's...
Hi, can't figure out why AVKit Player View only works inside xcode, and not in the exported app
when i run the exported app it makes hole my viewcontroller blank like nothing is in it
when i run it inside excode everything works.. anyone know what i am missing?