ios tag

556 questions


2 answers
97 views
0
Niconico Video Streaming Playback

I am developing an application to play Niconico videos.Using AlamofireRanking acquisition → Video ID acquisition → Video URL acquisition → Video page up to HEAD I gave the video URL to AVPlayer, but i...

2 years ago

1 answers
103 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
116 views
0
The size of the FMDB file does not decrease even after DELETE.

DELETE does not reduce the size of the FMDB file (xxx.sqlite).As one of the solutions, I thought that if I create a new sqlite file and copy it as much as I need with an insert, I will be able to crea...

2 years ago

1 answers
87 views
0
The font weight (Style) specified in the Storyboard is not reflected (iOS8 only)

Even if you specify UILabel or UIButton fonts on the Storyboard, only iOS8 will lose weight.It is configured correctly on iOS 9.Font settings on the Storyboard·Font-Custom·Family-Hiragino Sans·Style -...

2 years ago

1 answers
109 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
112 views
0
Retrieve custom cells in didSelectItemAtIndexPath

When I tap Cell in CollectionView, I am trying to implement the process such as adding subView to Cell like the camera roll in the Twitter app.That's why I wrote this.-(CameraRollCell*)collectionView:...


1 answers
136 views
0
I want to receive data by specifying the length of the data in socket communication using NSSstream.

I used a library called GCDAsyncSocket for socket communication.Debugging with IPv6 only Network lost connect Error Domain=NSPOSIXErrorDomain Code=51 Network is unreachable UserInfo={NSLocalizedDescri...

2 years ago

2 answers
119 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:/...


1 answers
127 views
0
How do I save the background color in NSUserDefaults and write code for game clear conditions?

I'm a beginner in programming.There are some things I don't understand while making games as a hobby.The four colors below are buttons.(I plan to increase it to 5 colors next time.)Each color button y...

2 years ago

1 answers
70 views
0
How do I get Swift to run a Webview Javascript?

I would like to run the following Javascript in the webview in the UIButton written in Swift, but could you help me?Javascript sidefunction show() { alert(Run JavaScript;←I want to do this on Swift }S...

2 years ago
« - 10 - »

© 2024 OneMinuteCode. All rights reserved.