599 questions
I'm thinking of moving the app from objective-C to swift.The following is dealloc for UIWindow*window; in AppDelegate.m.When I was writing in objective-C, I wrote the release process in dealloc as fol...
I'm a beginner in programming.What kind of code should I write in order to create an ios app with pedometer function?
As you can see in the title, Swift is developing an iOS app, and the simulator gradually slows down.Resetting the settings and deleting the application in the simulator will not solve this problem.It'...
I would like to set a timeout for the web page loaded in the loadRequest of WKWebview.let configuration=WKWebViewConfiguration()let webView = WKWebView (frame:self.view.bounds, configuration:configura...
I would appreciate it if you could let me know how to transition without sharing NavigationBar as shown in the image below.I think I will write the following code for normal screen transition.navigati...
I use a framework called Charts.I installed it with Cocoapods.I would like to change the RadarChartView display.To do so, you must change the RadarChartRenderer.In RadarChartView,internal override fun...
as seen in smart news and other news appsI want to have a horizontal scrolling tab menuThe following sites have attempted to implement using the PageMenuKit library:Implementation of PageMenuKit, a us...
When I try to play the data sample.mp3, I get the error Insufficient Arguments.If you know, please let me know.override func viewDidLoad(){ super.viewDidLoad() let sound_data = NSURL (fileURLWithPath:...
class UserClass:Object{ dynamic variable = 0 dynamic var user: String= let colorData=List<Color>() override static func primaryKey()->String?{ return user }}classVariousColor:Object{ dynamic...
I want to create an OS-X application with swift, but I don't know how to pass the value from ViewController to AppDelegate.I would like to receive a value in AppDelegate applicationWillTermination (aN...
« | - 40 - | » |
© 2024 OneMinuteCode. All rights reserved.