swift3 tag

53 questions


1 answers
65 views
0
Learn how to deploy NEHotspotHelper

Thank you for your help.http://qiita.com/naokits/items/aa16e1553880c7ddbfbfUsing the above page as a reference, I made a Network Extension authorization inquiry and received permission to see the Netw...

2 years ago

1 answers
85 views
0
Information on inserting shadow characters into UIImage

Thank you for your help.I'm working on an iOS app that has the action of writing characters directly into UIImage, but when I tried to put a shadow on that character, it didn't work well.The option to...

2 years ago

1 answers
61 views
0
About UITableViewCell

Please.I am currently implementing UITableViewCell, but how do I configure two labels in one cell?With just one Cell, override functableView(_tableView:UITableView, cellForRowAtindexPath:IndexPath)-&g...

2 years ago

1 answers
55 views
0
I don't know the format name of variable name + block.

Thank you for your continuous support.Do you know the format name of the code below?It doesn't seem to initialize the closure (because there is no =).I asked you a question because I didn't understand...

2 years ago

1 answers
108 views
0
Error converting "Swift invokes UIDatePicker from UITextField" to swift3

When I try to use Qiita's Swift to call UIDatePicker from UITextField to prepare the toolbar for completion button etc in swift3, I get the following two errors:Could you tell me how to improve it?1.3...

2 years ago

1 answers
57 views
0
I want to move the View to match the Keyboard!

The animation that moves the View to match the keyboard is not working.After clicking textField as shown in images 1 to 3, the Keyboard is displayed, and the View is moved on top of it, but after the ...

2 years ago

1 answers
64 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

2 answers
61 views
0
Swift3, I want to be able to open both pages when I swipe.

If you swipe with the Swipe Gesture Recognizer on Swift3, you can only open right (right-to-left screen transition) no matter which way you swipe.Please let me know if there is a way to transition the...

2 years ago

1 answers
99 views
0
Thread 1: signal SGABRT

I'm a beginner at Swift. This time, I created a simple browser using Swift from iOS. of AppDelegate.swift@UIAapplicationMainclassAppDelegate —UIResponder, UIApplicationDelegate An error statement simi...

2 years ago

1 answers
102 views
0
UI parts associated with StoryBoard

The UI part (IBOutlet) linked from the StoryBoard will be of the ImplicitlyUnwrappedOptionsal type, but will it not become nil after the linked class is instantiated?Migrating from Objective-C to Swif...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.