ios tag

556 questions


1 answers
64 views
0
I want to change the image of the pins on the map to individual images stored in external storage.

Prerequisites/What you want to achieveI am making a map application, but I would like to change the pin image to the individual image stored in FirebaseStorage.I don't think the first half of the code...

2 years ago

1 answers
71 views
0
How to display/hide the navigation bar and status bar separately on iPhoneX

I would like to control the display/hide of NavigationBar and StatusBar in one iOS application.iPhone6, iPhone7 and iPhone8 display as intended.The status bar and navigation bar are not displayed on t...

2 years ago

1 answers
68 views
0
I want to specify a notification time in Swift LocalNotification

US>Error Contentscannot assign a value of type NSDateFormatter to a value of type NSDateUS>Error pointsnotification.fireDate=myDateFormatterlet myDateFormatter=NSDateFormatter()myDateFormatter.locale=...

2 years ago

1 answers
85 views
0
Unable to set public settings with LINE login

I am trying to implement LINE login to iOS app, but I can only log in to LINE account with tester permission.I'd like to set it up for publication, but I couldn't find the application screen or settin...

2 years ago

1 answers
48 views
0
Reuse Xcode screen size acquisition code CGSize sc = [[UISscreen mainScreen] bounds].size;

Please tell me how to avoid writing the following code on Objective-c each time.CGSize sc=[[UISscreen mainScreen] bounds].size;When I get the screen size of the terminal and do the layout, I write it ...

2 years ago

1 answers
43 views
0
I want to build a LAN between the iPhone and the Mac connected for development.

I am developing an iOS app and an api server that communicates with it on a mac.Usually, it was a simulator-based development, and at that time, I used to refer to the api server that I set up in loca...

2 years ago

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
81 views
0
I want to fix only a part of the screen sideways with the ios app.

We are developing an ios application, and it consists of three pages: TOP, MAIN, and DETAIL. We would like to fix the TOP and MAIN pages vertically and only the DETAIL pages horizontally.Is that possi...

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

2 answers
92 views
0
I want to get location information even after the application ends.

I would like to use CoreLocation to save the user's location information to UserDefault at the time of fore, background, and application termination on iphone ios 13 swift 5.2.Fore, I think I can do t...

2 years ago
« - 43 - »

© 2024 OneMinuteCode. All rights reserved.