ios tag

556 questions


1 answers
42 views
0
Transparent shutter UI for xcode (iPhone) camera app

For more information on how to make shutter UI transparent for iPhone camera application, Please let me know.As shown in the reference image below, the shutter UI for the camera application you create...

2 years ago

1 answers
98 views
0
Why do Combines need iOS 13 or higher?

Combine|Apple Developer DocumentationWhy do Combines need iOS 13 or higher?RxSwift should have done something similar, so if it depends on the Swift version (in the image of incorporating new language...

2 years ago

2 answers
107 views
0
I want to configure AttributeString on the storyboard.

I want to set AttributeString on the storyboard.letattributedText=NSMutableAttributedString(string: Hello, I am, attributes: [NSAttributedStringKey.font:UIFont.systemFont(ofSize:17)])and the source im...

2 years ago

1 answers
33 views
0
How to link another class of methods to UIButton

When connecting methods to UIButton, you can write self as below, but how do you connect instance methods from other classes?Also, please let me know if there is a website that I can refer to.myButton...

2 years ago

2 answers
40 views
0
I want to make a slide transition with transitionFromView

The UIView#transitionFromView:toView:duration:options:completion:There are only limited animations, but I would like to have an animation that slides left and right like push transition.

2 years ago

1 answers
69 views
0
You want to change the value of the UIView for another class in the argument.

Hello.I want to change the UIView value for other classes (for example, someView.alpha value) when I press the button, but it doesn't change.Regarding the code below, it seems that each case was reach...

2 years ago

1 answers
38 views
0
Monaca: Re-create Private Key and CSR Information in iOS Application

Hello.I am creating an app for iOS on Monaca, but is it okay to upload the built app to iTunesConnect after uploading the release build app to iTunesConnect and then re-create the private key and CSR ...

2 years ago

1 answers
28 views
0
Is there a way to list swift compiler warning at the terminal?

Xcode lists the swift compiler warning in the project, but I'd like to list it at the terminal.This is because I want to grep.

2 years ago

2 answers
83 views
0
Unable to upload image from Heroku to S3.

I would like to upload an image from iOS to S3.The production environment is in Heroku, and I would like to save only the images in S3.The development is done by Rails, and the library uses paperclip....


2 answers
40 views
0
TERMINAL RESOLUTION ACQUISITION METHOD FOR iOS

http://www.dorapro.co.jp/engineerblog/?p=255iPhone 6 Plus/iPhone 6s Plus 5.5 inch 1920 x 1080 16:9 onI want to get the screen resolution as terminal information by Swift, but I don't know how to get i...

2 years ago
« - 46 - »

© 2024 OneMinuteCode. All rights reserved.