swift tag

599 questions


1 answers
73 views
0
I want to prevent SourceKitService from crashing.

SourceKitService crashed and I'm in trouble.Even if you think it's fixed, it crashes again soon.Is there a way to prevent it from crashing?

2 years ago

1 answers
82 views
0
I want to prevent SourceKitService from crashing.

SourceKitService crashed and I'm in trouble.Even if you think it's fixed, it crashes again soon.Is there a way to prevent it from crashing?

2 years ago

1 answers
89 views
0
shared development in swift

I'm thinking of sharing the development work at Swift.A: Screen 1-3 (created on storyboard) B: Screen 4-6 (created on storyboard) C: Screen 7-9 (created on storyboard) As shown in , we consider the st...

2 years ago

2 answers
42 views
0
I'd like to use Realm as a swift, but is there a page that is easy for beginners to understand? [Closed]

Do you want to improve this question?Update your question, Edit this post to be answered with facts and quotes.Closed 5 years ago.5 years agoI am a beginner who wants to create an iPhone app that hand...

2 years ago

1 answers
83 views
0
I want to receive the TableViewCell layout event in RxSwift's "tableView.rx.willDisplayCell" and animate the text using CAD DisplayLink in subscribe.

I implemented it using CADisplayLink to animate the text representing the percentage as shown in the image, but it does not work well with RxSwift, and I cannot discard the cell instance during the sc...


1 answers
93 views
0
Implementation of Twitter's iOS app profile screen

The whole is a UITableView, where tweets, tweets and replies are section, Below that, I expect UIContainerView to manage TableView.How do you ensure that TableView scrolls in UITableView do not interf...

2 years ago

1 answers
84 views
0
I want to create code that is not processed only when XCTest runs on swift.

I am using XCTest.For example, you would like to test the marker of funcaaa below.Then, it will fall in tableView.reload.By the way, tableView.reload does not affect the test results.Therefore, only c...

2 years ago

1 answers
124 views
0
Conversion from TimeInterval Type to mm:ss.ff String Type

For example, the number timeInterval=124.04521142 is 02:04.04 I'd like to have a String type value of Perhaps because I don't understand the format very well, I can see that it's a bit redundant even ...

2 years ago

1 answers
121 views
0
How to Save an Image to a Local DB

I'm trying to save the image in the app.I am currently using Realm, but if it exceeds 16MB, it will crash and I am worried.Should I change it to something else like CoreData or UserDefault?I used this...

2 years ago

1 answers
44 views
0
Countermeasures to reject rss news app

I have released a news app on iOS.However, it was rejected in an update two months ago.The reason is 4.2.2 in the guidelines.It's a simple and link collection.Add native functionality.App is a simple ...

2 years ago
« - 20 - »

© 2024 OneMinuteCode. All rights reserved.