ios tag

556 questions


1 answers
116 views
0
AUTHENTICATION DESIGN FOR PERFORMING OPERATION API-FORMED FROM SMART APPLICATION

There is a web application, and I want to be able to use the smartphone application that I made myself, so I would like to make the operations that I use in the web application into an API and accept ...


1 answers
106 views
0
What happens when you tap an image with Swift?

Currently, I am creating an iOS app that retrieves multiple thumbnails from a single video I read and arranges them horizontally.I was able to get thumbnails from the video and arrange them side by si...

2 years ago

1 answers
68 views
0
I want Swift to put the tracking code anywhere I can call it.

I would like to place GA's screen tracking code in a location that is always called (e.g., UIVeiwController) when I view each view, so that I can dynamically get the class name, but where is the code ...

2 years ago

1 answers
139 views
0
About Tableview and Button Unselectable Grayouts

I am creating an application with swift.I found out how to disable TableView and buttons, but I don't know how to gray out.I am forcing myself to change the color and title of the background.

2 years ago

1 answers
91 views
0
Application capacity is unusually large

When I tested the actual application development machine, as shown in the image, There is a big difference between document and data and app size.I don't think it's a very elaborate app, but I don't k...

2 years ago

1 answers
117 views
0
Error when building with objective-carm64 configuration changed.

Currently, there is a program that reads barcodes and updates data in kinton.Because the app is no longer running on iOS 11, Architectures was a 32-bit application of armv7, so when I changed Architec...

2 years ago

1 answers
107 views
0
TabBar disappears

This is xcode 8.3The configuration of the storyboard is as above.Click the button from screen 1 on tab 1 to transition to screen 1-2.@IBAction funcbtnNext_click(_sender:Any){ let next=storyboard!.ins...

2 years ago

2 answers
125 views
0
Can't I do the screen transition only from ViewController?

I would like to tap on the TableView cell in Swift 3.0 and transition the screen to ViewController on another Storyboard.The following methods for screen transition present(viewController, animated:tr...

2 years ago

2 answers
67 views
0
ios App Push Notification Devices and Non-Application Devices

There are devices that are not notified by push notification and notification center in the application currently under development.I would appreciate it if you could tell me the possible causes of th...

ios
2 years ago

1 answers
115 views
0
How to remove the Blur Effect

I have a question about how to remove the Swift Blur. at the same time PopUp View was removed with the following code:I would like to remove the Blur Effect from Button.import UIKitclassViewController...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.