swift tag

599 questions


1 answers
86 views
0
The image I set to the background in SpriteKit is not displayed.

Thank you for your continuous support.I would like to display the background of SKScene, but why?It will remain black.The code is the same as the 2D game programming that starts with SpriteKit from Sh...

2 years ago

1 answers
44 views
0
In the Xcode swift, click Back.I want to create a return port by dragging it from the button to Exit.

In the Xcode swift, click Back.I want to create a return port by dragging it from the button to Exit, but it won't connect.The viewcontroller on the parent screen is @IBAction func returnTop (segue:UI...

2 years ago

1 answers
102 views
0
Understanding AWS DynamoDB Data Structure

I'm thinking of creating an app with image posting and image ranking functions on ios.So I am using AWS Dynamo DB, but I was wondering what to do with the structure of the database, so I asked you a q...

2 years ago

1 answers
80 views
0
I want to apply the frame of UILabel to iphone6 and iphone6plus by code.

I made parts other than UILabel on the storyboard and applied AutoLayout on the storyboard, but I have no choice but to generate UILabel with code, so when it comes to iphone6 and iphone6 plus, it is ...

2 years ago

1 answers
88 views
0
Change DNS server when embedding YouTube in iOS app swift UIWebView

I am creating a YouTube playback app with Swift2.I'm playing YouTube embedded in UIWebView, but depending on the video Limited playback on certain sitesis displayed and cannot be played.Therefore, if ...


1 answers
110 views
0
Is it possible to start Siri from the cord side with Swift?

Is it possible to start Siri from the cord side with Swift?

2 years ago

1 answers
37 views
0
About the screen transition of the UIViewController Every time I transition the screen, it consumes memory.

If you want to go back one, self.dismissViewControllerAnimated(true, completion:nil) will deinit the closed screen, or if you want to go back two, it will deinit.self.presentingViewController?presenti...

2 years ago

1 answers
116 views
0
Only Facebook SDK 'name' kanji can be retrieved

let graphRequest=FBSDKGraphRequest (graphPath: me, parameters: [fields: id, name, first_name, last_name, picture.type(large), email, locale)As you can see above, I have retrieved profile-related data ...


1 answers
115 views
0
How to extract an array of variables from objects saved in RealmSwift

We are currently using RealmSwift to store data.Several types of data are stored in one object, as shown below. class Sample: Object { dynamic var number —CGFloat=0 dynamic var string: String=}At this...

2 years ago

2 answers
129 views
0
I want to play iOS videos at the same time.

How should I implement it to play iOS videos simultaneously?I want to play 4 videos simultaneously on my iPad.It can be implemented in the application of iOS app development company TouchPress.https:/...

« - 13 - »

© 2024 OneMinuteCode. All rights reserved.