objective-c tag

189 questions


1 answers
81 views
0
I don't know how to cast uint8_t on Swift.

uint8_t*buf=(uint8_t*) [characteristic.value bytes];_textField.text=[NSString stringWithFormat:@%d, buf[0]];I'd like to write this Objective-C code on Swift, but I don't know how to write it well.I wo...


1 answers
71 views
0
I want the objective-c (iPhone) to display a value equivalent to "sysctl-a".

I would like to obtain all the values currently available for sysctl-a on objective-c and iPhone.Is there any good way?

2 years ago

1 answers
65 views
0
Understanding How to Switch the Return Destination of the Segue

There are screens A, B, and C, and I would like to use the segment on the Storyboard for screen transition.The transition is  ·Screen A→C ·Screen B→Cis available.At this time, when I press the back bu...

2 years ago

1 answers
64 views
0
The UILabel cannot be segmented in Xcode.

I use Xcode to create a counting app with objective-c.It's a simple one with only buttons and labels, and when I tried to enter UILabel and connect it to the label, ○ didn't appear and the text color ...

2 years ago

1 answers
75 views
0
When you play a video in AVPlayerViewController, the screen is completely dark.

Playing videos in AVPlayerViewControllerWe have created a controller class that inherited the AVPlayerViewController and are playing it back with the following code:self.player=[AVPlayer playerWithURL...

2 years ago

1 answers
95 views
0
The image set to UITabBarItem is painted out

In Xcode, pdf is registered in imageset with Vector.I'm using that resource as a tab bar image.Display the screen in the presentViewController.If you close the screen, the white part of the image will...

2 years ago

1 answers
63 views
0
I can't Deeplink from Yahoo mail app to iOS app

Prerequisites/What you want to achieveWe are developing iOS apps.The user registration function uses the method of email address authentication to cause the app to Deeplink from the authentication URL...

2 years ago

1 answers
97 views
0
If you filter in GPUImage, memory leaks.

In GPUImage, 10 images (960 x 1280) are continuously filtered with sepia.It consumes approximately 40 MB of memory to run and continues to leak memory.I have implemented it with the following function...

2 years ago

1 answers
135 views
0
Scroll through collectionView to move cell's subview to another cell

When I scroll through the collectionView, the cell's subview moves to a different cell.Obtain photos of the camera roll and place them in order in the collectionview.I am writing about tapping the pla...


1 answers
82 views
0
Press buttons divided by category → List by category in table view (transition to section of category corresponding to pressed button)

This is my first question.We are developing an application to introduce a store in a certain area. There are nine buttons on the top page, separated by each category.For example, if you press a button...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.