xcode tag

271 questions


1 answers
110 views
0
Error in xcode

Please tell me the cause of the error I pasted on the image.The error code did not appear when I searched.

1 years ago

2 answers
87 views
0
How to provide libraries for ios apps

Thank you for your help.In the development project of the ios application, we decided to provide our own UI library to the development team of other companies.I know how to use CocoaPods and PackageMa...

1 years ago

2 answers
80 views
0
Does macOS Mojave support Xcode8?

When I tried to boot Xcode 8.3.3 after upgrading the operating system to Mojave, Unable to open Xcode due to problemVerify Xcode works with this version of macOS The error appears.Does mojave only sup...

1 years ago

1 answers
78 views
0
"Could not insert new outlet connection: could not find any information > for the class named view controller" in Xcode.

I'm trying to make a discount calculation with Xcode.Tist fields and buttons laid out in Storyboard and I'd like to link the source code Press the control key to select the text field and

1 years ago

1 answers
93 views
0
In Xcode, I want to make a screen transition, but it says Could not cast value of type 'UIViewController'

I would like to do a screen transition on the same storyboard with XcodeWhat you want to doI would like to click on the TableCell of the SessionSelectViewController and pass the value to the SessionVi...

1 years ago

1 answers
127 views
0
I want to display AdMob ads, but I can't see ads in my newly registered ad id.

//let TEST_ID=ca-app-pub-xxxxx01/XXX001 previously created Ad ID//let TEST_ID=ca-app-pub-xxxxxx02/XXX001 Ad ID created this time//let TEST_ID=ca-app-pub-xxxxxx02/XXXX002 Ad ID created this timeoverrid...

1 years ago

1 answers
112 views
0
I want to use UICollectionView to free up space between lines.

macOS High Sierra 10.13.5Xcode 9.4.1Objective-CI am creating an app exclusively for iPad.200 cells in 1 Section using UICollectionView.I would like to make space every two lines as shown in the image ...

1 years ago

1 answers
144 views
0
Change the transition destination screen by cell in tableviewcell

Hello, I was able to display multiple cells using tableView in Xcode.And I would like to change the screen transition destination for each cell.If you tap a cell using the Navigation Controller, the s...

1 years ago

1 answers
101 views
0
Understanding Variable Length Arrays in Objective-c

#defineMV_GRID_LENGTH1#define MV_GRID_WIDTH2@interfaceViewController(){ UIImageView* imageView [MV_GRID_LENGTH*MV_GRID_WIDTH];}- (void) viewDidLoad{ int cnt = 0; for(inti=0;i<MV_GRID_LENGTH;i++){ ...

1 years ago

2 answers
147 views
0
Missing Swift-ObjC references and Swift class methods are not exported?problem

We make the iOS plug-in for Unity based on Swift.However, to use SQLite, we have loaded the FMDB from the source file (.m/.h).Maybe that's why I'm looking at the page where I generate multiple UnityPl...

« - 3 - »

© 2024 OneMinuteCode. All rights reserved.