objective-c tag

189 questions


2 answers
45 views
0
How to Determine the Cause of EXC_BAD_ACCESS in main.m

During programming with Objective-C, we encountered a runtime error of EXC_BAD_ACCESS on return UIApplicationMain(argc, argv, nil, NSSstringFromClass([AppDelegate class]) in main.m.Even if you set the...

2 years ago

1 answers
35 views
0
How do I write strings across lines in C/objective-C?

const char *sql_query = SELECT statuses.word_id FROM lang1_words, statuses WHERE statuses.word_id = lang1_words.word_id ORDER BY lang1_words.word ASC;Very long queries together const char *sql_query =...

2 years ago

1 answers
40 views
0
Do you often use c++ when developing iOS?

Do you often use c++ in iOS like using ndk in Android?

2 years ago

1 answers
88 views
0
How to make certain pixels transparent on the uiimage pixel on the iPhone

Hello.I'd like to make certain pixels transparent on iPhone.On Android, it became transparent if the alpha value was zero.On iPhone, R, G, B, and A must be zero to make the pixel transparent.I don't u...

2 years ago

2 answers
44 views
0
Questions about how to change the [iOS] Authorization Status.

PHAuthorizationStatus status = [PHPhotoLibrary authorizationStatus];You want to check the status of your photo access rights using the and the system pops up the first time you run it.I want to return...

2 years ago

1 answers
43 views
0
Questions about IOS source code obfuscation

I heard that IOS does not need code obfuscation when building and deploying apps to the App Store.I googled out of curiosity, but there's no clear answer.I'd appreciate it if you could explain it in d...

2 years ago

1 answers
48 views
0
How to share a single Web view on multiple view controllers

The app I make is based on the Tabbar controller, and I want to make 3 tabs share one web view.When you tap the second and third tabs, you load different pages into the same web view.I don't know how ...

2 years ago

1 answers
60 views
0
What is the objective-c's ?, :?

What does this code do?I don't know why I'm using ?and :plabel.frame = (inPseudoEditMode) ? kLabelIndentedRect : kLabelRect;


2 answers
43 views
0
I want to improve my ability to make iOS apps.

Hi, everyone. I'm a beginner who started studying iOS development not long ago.To be a good iOS developer in the eyes of masters, you have to make this Is there a way to do it?If there's a good way to...

2 years ago
« - 19 -

© 2024 OneMinuteCode. All rights reserved.