Post

Replies

Boosts

Views

Activity

Reply to timer
Running a timer in the background seems easy and a nice solution. Unfortunately, I also had to find out that this is not possible. Every app has a certain background time, but this is only short and can be implemented, for example, with applicationDidEnterBackground when the app goes into the background. Only this function is carried out only a few seconds after the app goes into the background. It is also possible to extend this background time, but not to an unlimited period. The solution would be to save with userDefaults when the app goes to the background and then to calculate the elapsed time when it goes back to the foreground (applicationDidEnterForeground). Best regards For more information just search the internet
Dec ’21
Reply to How to use SF Symbols 3
Hey that is quite easy. All symbols from SFSymbols are already integrated in XCode. To do this you can enter either in your storyboard at the datei name of the image the name of the symbol or you can simply enter the symbol name with the argument (systemName: "test.fill") in the code, e.g. imageView.image = UIImage(systemName: "timer")
Dec ’21
Reply to enroll apple developer
Hi. I've already had this problem too. First, check your age on your Smartphone (apple id age) (apple developer program is only available from 18). Second, check whether your smartphone apple ID is the same as the one you want to use to log into the apple developer program. If none of this helps, simply log into the developer program via a browser using the following link: [https://developer.apple.com/programs/enroll/) If I could help you then I would be happy if you like my answer. Best regards
Dec ’21