objective-c tag

189 questions


1 answers
56 views
0
Build Error Using Atmospheric Glasses SDK

I used the atmospheric glasses SDK, but when I tried to build the official sample source, the following error occurred and I couldn't solve it.https://github.com/FUNIKImegane/FunikiSDKI understand tha...

2 years ago

1 answers
109 views
0
Where to Use Protocols

I would like to ask you a question because I am not sure about the iOS protocol.First of all, is the protocol used mainly for delivery?Are there few other uses besides delivering?Can you think of othe...


2 answers
160 views
0
Change the Size of TableView Cells

I would like to change the size of the cell in TableView depending on the content, but I don't know what to do.For example, suppose you have a TableView cell:I would like to change the cell height acc...


1 answers
93 views
0
Apple's application review pointed out that an old version of the nend ad remains, and I'm in a state of confusion.

I used to introduce nend ads, but I don't use them anymore.I have removed all the files related to nend, but the Apple Review Team has repeatedly rejected the old version of nend adverts.Here's what w...

2 years ago

1 answers
128 views
0
Empty the title of the UINavigationController and use TitleView to create space.

I would like to solve the problem of creating space between titleView and return by emptying the return button characters in the UINavigationController with title= and setting the search bar such as n...


2 answers
68 views
0
Understanding Properties and Instance Variables

I have a question about properties and instance variables.------- Sample 1 #import ViewController.h@ interface ViewController()@property(weak, nonatomic)IBOutlet UITextField*text1;@end@implementation ...

2 years ago

3 answers
73 views
0
How Objective-C communicates synchronously with JSON.

Nice to meet you.I would like to exchange JSON files during the synchronous communication process in Objective-C.I don't know exactly which method is good.I would like to know how to not use AFNetwork...

2 years ago

1 answers
85 views
0
Understanding OpenCV3 HDR Synthesis

I thought OpenCV 3.0's HDR synthesis would be used by iOS, so I coded it by referring to the following site.http://docs.opencv.org/master/d3/db7/tutorial_hdr_imaging.htmlThe code is as follows. - (UII...

2 years ago

2 answers
81 views
0
In xcode, the iPhone app build result will be run on lldb.

I recently started developing iPhone apps.When I am working on it, I am having trouble with the phenomenon that the build is completed without any errors, but the output results are (lldb).This is a d...

2 years ago

2 answers
107 views
0
Apple LLVM 6.0 Error

When I opened the XCode 5 project with XCode 6, I got this error and I couldn't build it.Please let me know the solution.clang: error: no such file or directory: '/Users/username/Documents/XCode/Proje...

« - 10 - »

© 2024 OneMinuteCode. All rights reserved.