objective-c tag

189 questions


1 answers
38 views
0
Is there a way to detect QuickTime screen recording in the MacOSX application?

Is there a way to detect the start and end of QuickTime's screen recording with an app for MacOSX?It would be nice if some kind of notification had been notified, but I have not been able to find it s...

2 years ago

1 answers
45 views
0
How to Upload Large Video Files in Objective-C

The iPhone app implements the function of uploading videos to the server.I succeeded in uploading the video using AFNetworking, but If the capacity of the video increases, it seems to fail.Specificall...

2 years ago

1 answers
42 views
0
Unable to run animation continuously in Xcode

In Xcode, we create an animation in which the updated number moves up and down every time the number increases.http://qiita.com/noppefoxwolf/items/32530bb5f011ac2c9c91I made it by referring to this si...

2 years ago

1 answers
42 views
0
Transparent shutter UI for xcode (iPhone) camera app

For more information on how to make shutter UI transparent for iPhone camera application, Please let me know.As shown in the reference image below, the shutter UI for the camera application you create...

2 years ago

2 answers
40 views
0
I want to make a slide transition with transitionFromView

The UIView#transitionFromView:toView:duration:options:completion:There are only limited animations, but I would like to have an animation that slides left and right like push transition.

2 years ago

2 answers
45 views
0
Swift to Objective-C Method Call

When calling the Objective-C method from Swift, if the argument is pointer **, how should I call it?

2 years ago

2 answers
40 views
0
TERMINAL RESOLUTION ACQUISITION METHOD FOR iOS

http://www.dorapro.co.jp/engineerblog/?p=255iPhone 6 Plus/iPhone 6s Plus 5.5 inch 1920 x 1080 16:9 onI want to get the screen resolution as terminal information by Swift, but I don't know how to get i...

2 years ago

1 answers
46 views
0
I want Swift to omit the NavigationController title if there are more than a certain number of characters.

The title displayed in the Navigation controller is I am troubled that it looks like the attached image below.What you want to do is to display <Back, which is displayed by default on the Navigatio...

2 years ago

1 answers
75 views
0
About Deleting iOS Certificates, Provisioning Files for Released Apps

In order to extend the expiration date of Certificates, Provisioning files for the released application, we removed and recreated the existing one on Developer Center.However, it has been reported tha...

2 years ago

1 answers
40 views
0
Differences in Behavior between Actual iOS and Simulator Using OCR Engines

Excuse me, I'm a beginner working on Objective-C.I am creating a PDF viewer program on my iPad.At that time, Cut out the image taken with the screenshot, and use OCR to recognize the cut image.The sim...

2 years ago
« - 16 - »

© 2024 OneMinuteCode. All rights reserved.