objective-c tag

189 questions


1 answers
112 views
0
Describes how to write the Bluetooth LE Client Characteristic Configuration Descriptor.

Could you tell me how to write 2(0x02) to the Characteristic Configuration Descriptor and allow Indicate on iOS?CBPeripheral Class -(void)writeValue:(NSData)data forDescriptor:(CBDescriptor)descriptor...

2 years ago

2 answers
123 views
0
Understanding the Order of Asynchronous Processing

Using AWS dynamoDB, you bring the URL of the image in the loadUser() database, download the image with downloadImage(), and add it to the scrollView with addImage().However, if you look at the downloa...


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
111 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
107 views
0
A method of mapping a regular-range cylindrical image to a spherical surface in an ios application and displaying it on a screen with a spherical body.

We are developing the ios app with objective-c.I'd like to map a regular-range cylindrical image to a spherical surface and display it as a sphere on the screen, but I'm worried about how to implement...

2 years ago

1 answers
80 views
0
Is it within MainThread that AutoLayout calculates the size of the UILabel?

Does AutoLayout use MainThread when calculating the size of the UILabel?In that case, I suspect that many rewrites will lock MainThread.Also, is there a way to avoid using AutoLayout?


1 answers
90 views
0
I want to reload the table at the end of asynchronous communication.

I have a question about how to implement it in MVVM.Model uses AFNetWorking to obtain JSON.I would like to reload the View table when AFNetWorking's asynchronous communication ends, but in the case of...

2 years ago

1 answers
124 views
0
Xcode7 will destroy the layout of iPhone 6 and later.

After updating to Xcode7, the size and layout of the iPhone 6 and later models will be corrupted. (Both actual machine and simulator) Target→General→App Icons and Launch Images アップデートBefore update: Ap...

« - 3 - »

© 2024 OneMinuteCode. All rights reserved.