599 questions
I'm making something that shows the basic label and slider, but I don't know why the code label.text on Xcode is an error.errorSwift Compiler ErrorValue of type 'UIView' has no member' text'Did you me...
When I tested the actual application development machine, as shown in the image, There is a big difference between document and data and app size.I don't think it's a very elaborate app, but I don't k...
I want to write the code for moving the screen@IBAction funcgoSecond(_sender:Any){ let secondVC = self.storyboard ?.instantiateViewController (withIdentifier: second) present(secondVC!, animated:t...
This is xcode 8.3The configuration of the storyboard is as above.Click the button from screen 1 on tab 1 to transition to screen 1-2.@IBAction funcbtnNext_click(_sender:Any){ let next=storyboard!.ins...
I would like to tap on the TableView cell in Swift 3.0 and transition the screen to ViewController on another Storyboard.The following methods for screen transition present(viewController, animated:tr...
I'd like to implement it on Swift, but any language is fine as long as logic is applied. The value (numeric) of a variable changes dynamically, but I'd like to branch the process by whether the value ...
I am creating an app using iCloud with swift.Save the characters entered in the Text Field named MyTextField to the iCloud key-value with the following code:let vStore=NSUbiquitousKeyValueStore.defaul...
When installing RealmSwift from pod, the following error occurs and cannot be installed:Swift 3.0pod 1.2.1podfiletarget'realmTester'douse_frameworks! pod 'RealmSwift'end$pod installAnalyzing dependenc...
I want to get and display PHP-generated images (jpg) using alamofireimage in swift3.Assume ·Alamofireimage itself is operating normally.·If it is a static jpg file on the server, it can be retrieved w...
I have a question about how to remove the Swift Blur. at the same time PopUp View was removed with the following code:I would like to remove the Blur Effect from Button.import UIKitclassViewController...
« | - 8 - | » |
© 2024 OneMinuteCode. All rights reserved.