ios tag

556 questions


1 answers
123 views
0
Regarding the distribution of my iOS app without ADP

I'm a beginner in app development.I developed my own iOS app, and I wanted my friend to use it without using a paid license, and when I talked to my friend about it, he said he was worried about conne...

2 years ago

1 answers
115 views
0
I want to change only the UILabel string, leaving the attributes set in the storyboard.

https://stackoverflow.com/a/42166899/1979953and https://stackoverflow.com/a/38297423/1979953 with reference toextension UILabel { func replaceAttributedText(string:String){ iflet originalAttributedTe...

2 years ago

1 answers
147 views
0
I want to adjust the width size with iOS segment control.

I have a question about UISegmentControl.In SegmentControl like the attached image, without changing the overall size when selecting FirstIs it possible to increase the width of Fisrt and reduce the w...

2 years ago

1 answers
83 views
0
The application that implements Twitter login suddenly rejected that it did not work.

I'm not an engineer, but my fellow foreign engineer can't find a clue to the solution.Let me ask you a question.Currently, I am implementing Twitter login with the iOS app I am running.It was working ...

2 years ago

1 answers
123 views
0
How to Avoid Errors When Using Swift to Run SFSpeakRecognizer and AVSpeechSynthsizer in One App

This is a question in Swift 4.2.When using SFSpeakRecognizer and AVSpeechSynthesizer in one app, For example, I tried to perform voice recognition with the RecognizeViewController and read aloud with ...

2 years ago

1 answers
110 views
0
How to Specify Classes When Writing to PropertyList Using the Codable Protocol

I would like to create classes and subclasses that conform to Swift's Codable protocol and write and load a mixed array in PropertyList, but it seems that I cannot determine the class.We have created ...

2 years ago

1 answers
136 views
0
What is pointSize?

I think Size which is casually set to 40 in the UI below is pointSize...What size is this in font?The background of the question is to facilitate communication with the designer.When using Japanese wo...

2 years ago

2 answers
108 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...

2 years ago

1 answers
161 views
0
Why is the initial display of WKWebView slow on iOS/Objective-C (Swift)?(Native Gawa, Hybrid)

Gawa Native/Hybrid app development using iOS's WKWebViewUse WKWebView with Objective-C (Swift).View/Close HTML (web page) in WKWebView with native button tapChecked the speed of the Yahoo page/Hello W...


1 answers
206 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

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.