swift tag

599 questions


3 answers
77 views
0
I want to apply Return to non-parent viewcontroller.

Hello. Thank you for your continuous support.I have a program that looks like a Todo list.Dependencies are 1:mypage->Create to do->Details to do is a dependency of viewcontroller, but There is a...

2 years ago

1 answers
130 views
0
I would like to display the image I got from AlamofireImage in the same size.

I would like to dynamically retrieve and display the image in af_setImageWithURL of AlamofireImage, but I would like to change the size of the UIImageView according to the size of the image to be retr...

2 years ago

1 answers
33 views
0
Error in value in line 33 → Value of type 'Result 'has no member' value'

import UIKitimport GoogleMapsimport AlamofireimportSwiftyJSONclassViewController:UIViewController { override func viewDidLoad(){ super.viewDidLoad() // Do any additional setup after loading the view...

2 years ago

1 answers
70 views
0
Error on Swift3 Cannot convert value of type 'UnsafePointer'

After converting from Swift2 to Swift3, the following error occurred and cannot be resolved.Cannot convert value of type 'UnsafePointer<xmlChar>' (aka'UnsafePointer<UInt8>') to expected ar...

2 years ago

1 answers
43 views
0
How do I set the initial Picker value that I set to input UITextField in Swift?

I understand how to use Picker to enter the UITextField, but I am having trouble setting the initial value.The source code will tap Button in other Views and transition to the ConditionViewController ...

2 years ago

1 answers
34 views
0
ContentMode does not work for images set to UIButton

I want to set the contentMode of the image I set to UIButton, but it doesn't take effect.The size of the UIButton is 180/44 and the size of the image is 44/44, but it is full.Is there a way to change ...

2 years ago

1 answers
100 views
0
SIGABRT Error Attempting AutoLayout with Swift 1.2Xcode 6.4 iOS 8 Code

Currently, we are developing iOS8 iPhone applications with Xcode 6.4. No Storyboard or Xib, all written in Swift 1.2 code.I would like to use AutoLayouto for the first view as follows.navigationBarUIL...

2 years ago

1 answers
106 views
0
How do I resolve memory leaks that occur when I use the UIActivityViewController?

I am developing an application with swift.Memory leaks when using the UIActivityViewController to display activity dialogs.I'm in trouble because I don't know how to solve the leak.Please tell me how ...

2 years ago

1 answers
45 views
0
The navigationBar is not transparent on the DetailViewController of the UISplitViewController.

In the DetailViewController of the project created using Master-Detail, an Xcode model,override func viewWillAppear(animated:Bool){ super.viewWillAppear(animated) // Navigation Transparency self.navig...

2 years ago

1 answers
48 views
0
What happens when the screen transitions in the tab bar while searching in the swift UISearchController?

I use the UISearchController to display the search bar.After viewing the table view search results from the search bar, go to the UITabBarController tab bar and transition to After that, when you retu...

2 years ago
« - 39 - »

© 2024 OneMinuteCode. All rights reserved.