ios tag

556 questions


1 answers
105 views
0
I want to implement radiobutton

I'd like to implement radiobutton, but isn't it the default for swift?As a result of searching, I found that the style is setButton using ButtonCell to radioButton, but is it not available now?Thank y...

2 years ago

2 answers
109 views
0
iOS 9 Quick Action screen transition

We are developing Quick Action (3D touch) implemented from iOS 9 and later.I was able to call the specified ViewController (StoryBoard) from within Appdelegate, but I don't know how to call TabBarCont...

2 years ago

1 answers
52 views
0
The responsive iOS width does not match.

I made a responsive web page, but only the iPhone somehow has a horizontal width and scrolls horizontally.Images are also visible (from the left).Even if width is designated as 100% in CSS, there will...

2 years ago

1 answers
95 views
0
About the updated ipa test of the released iOS app

I had to update the iOS app that was already released, so When I tried to install the updated ipa file on the actual machine, Failed to install.i ipa is uploaded on the server.There was already a rele...

2 years ago

1 answers
114 views
0
Swift4 Xcode 10.1beta3 NSFetchedResultsController does not recognize UITableView in the middle of the layout

I want to manage TableView data sources in the middle of the layout in the UIViewController with the FetchedResultsController, but it does not recognize TableView (see error message below).2018-10-25 ...

2 years ago

1 answers
136 views
0
I want to create a service that can be used through browser and smartphone applications.

If you want to create a service that can be used through a browser or smartphone applicationIt's a service like SNS, but I would like to develop a service that can be used from both browser (web app) ...


1 answers
75 views
0
I want to create a report screen (including text, diagrams, etc.) on iOS.

I would like to display the results (reports) after a series of operations on the iOS app.The result format is commonplace and is outlined in ----------------------- (abbreviated below) Basic Informat...

2 years ago

1 answers
37 views
0
I want to get a display/hide status of the iOS keyboard.

In iOS 10.11, I want to get my keyboard showing and hiding.I'd like to separate the processing between when the keyboard is displayed and when it is hidden.

2 years ago

1 answers
80 views
0
I'm creating a map application in MKMapView, but I don't know where to rotate the map with the button.

As the title says, I am creating a map application with MKMap, but I really need to rotate the map with a button, so I am having a hard time because I don't understand that part.I will post the code I...

2 years ago

1 answers
96 views
0
About retrieving data from the API using URLSessionTask on Swift4.

[What I want to do] I want to store data from the GetDataFromAPI class getDataFromAPI function in the ViewController class variable data.つまStumbling points brI don't know how to return the variables i...

2 years ago
« - 22 - »

© 2024 OneMinuteCode. All rights reserved.