ios tag

556 questions


1 answers
86 views
0
Meaning of sharing (replay:1) in BehaviorRelay

You may see share(replay:1) using BehaviorRelay on RxSwift.let relay=RxCocoa.BehaviorRelay<String>(value:)variable:RxSwift.Observable<String>{ return relay .observeOn(MainScheduler.instan...

2 years ago

3 answers
122 views
0
Is it possible to use common points in multiple apps?

I'm thinking of making two apps for IOS and Android.App A and App B have a brotherly relationship Features and genres are similar.Both are charged for the type of in-app point purchase, This app is fr...

2 years ago

1 answers
35 views
0
Memory release timing when drawingInRect is turned to for statement in UIImage resize

Created a method to resize UIImage.When I write the process of taking out the elements of the image array and resizing them one by one, the memory does not open well, and if high-definition images are...

2 years ago

3 answers
69 views
0
About the language specifications of the swift cast

Please tell me the difference between as Int and Int().If you use as Hoge when you cast with swift, it will be cast.Also, Int() is recognized as a function that casts into Int.I looked at Apple's offi...

2 years ago

1 answers
29 views
0
Asset Catalog image applied to BarButtonItem does not scale

Previously, I implemented code to apply asset catalog image to navigationBar's barbuttonitem by referring to the best answer from the following site, and it worked well. https://stackoverflow.com/ques...

ios
2 years ago

1 answers
38 views
0
I set the icon in Xcode, but somehow there is a black frame.

I set it as above, but when the application starts, It will be displayed like this.Above is the icon.Modified

2 years ago

2 answers
112 views
0
I want to associate another storyboard NavigationController with ViewController

How do I associate NavigationController and ViewController with RelationshipShipSegue, root view controller on a Storyboard, if NavigationController and ViewController are on different Storyboards?

2 years ago

1 answers
81 views
0
I want to use AVFoundation to add a logo to the video.

I am creating a video editing application with swift.Using AVFoundation, we create the ability to add logos to videos.I was able to find some samples of objective-c, but I don't have many samples with...

2 years ago

1 answers
26 views
0
AVAudioPlayer Loop Playback on Swift

I don't know how to play the loop in AVAudioPlayer.Does anyone know?

2 years ago

1 answers
41 views
0
Warning - How to work with UI Window endDisablingInterfaceAutorotationAnimated: called on...

iOS 9iPhone 5s Tap textfield to launch the software keyboard and If you press and release any keys, you will receive the following warning:2016-02-22 21:01:52.509 KeyboardTest [5568:543794] - [UIWindo...

2 years ago
« - 50 - »

© 2024 OneMinuteCode. All rights reserved.