objective-c tag

189 questions


1 answers
46 views
0
I want to maintain the tableview value even if I make a screen transition.

I am creating an application for iOS with Objective-c.Using the Navigation Controller, we create a program that transitions between screens 1 and 2.On screen 2, use the + button to add values to Table...

2 years ago

1 answers
44 views
0
I would like to rewrite the Objective-C project with Swift and apply as the same app.

Currently, there is a project written in Objective-C.The app has already been uploaded to the iTunes Store, but I think I have completely rewritten this Objective-C project with Swift.Can I apply for ...

2 years ago

1 answers
74 views
0
Build Error in GameKit.framework on XCode 8

I use GameKit on iOS to create an app that uses the ranking function of GameCenter.The language used is Objective-C.I was able to run the app through the build to Xcode7.When I build with Xcode 8, I g...

2 years ago

1 answers
60 views
0
To save a photo

How do you think you can create a new folder (album) and save photos taken with objective-c in the camera roll?

2 years ago

2 answers
95 views
0
Error Use of '@import' when modules are disabled

Add GoogleMobileAds framework to your project to deploy AdMob and add it to ViewController@importGoogleMobileAds;The error Use of '@import' when modules are disabled appears.When I looked it up, it sa...

2 years ago

1 answers
98 views
0
Want to use SVSegmentedControl on Storyboard

Regarding SVSegmentedControl customized with UIControl, I would like to use it after adjusting the size on Storyborad, but I can't find a way.Below is the SVSegmentedControl link.https://github.com/sa...


1 answers
107 views
0
Change the orientation (vertical and horizontal) of the Kanji conversion candidate selection window when entering Japanese in NSTextInputClient

Instead of using NSTextView, we create custom views that input Japanese using the NSTextInputClient.When performing the Japanese Kanji conversion, the Kanji conversion candidate selection window is di...

2 years ago

2 answers
87 views
0
When iOS 8 rotates horizontally, the View does not rotate as the device rotates and is fixed.

Xcode6, Objective-c creates an application that allows you to switch between vertical and horizontal screens with buttons.(Vertical and horizontal screens have different designs and functions.)When vi...

2 years ago

4 answers
106 views
0
What is Objective-C Delete?

I have been using Objective-C's Delegate for some reason, but I would like to deepen my understanding. Right now, I have to delete it because I want to use UITableView.Exact meaning of DeleteDesign Po...

2 years ago

1 answers
80 views
0
CGContextDrawPDFPage Fails When Running from Xcode

The iOS app is creating a process to convert each page of a PDF file to UIImage.Up to iOS7, the PDF page was successfully retrieved and converted using the code shown below.When running in iOS 8.1, yo...

« - 15 - »

© 2024 OneMinuteCode. All rights reserved.