Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged swift

0 votes
661 views
1 answer
    Whenever I search in my app I get the correct results to display but when I tap on the cell I searched for it always ... .play() } } } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
485 views
1 answer
    In the context of this question, I though about how one could implement a property or method that counts ... request to the Swift bugtracker. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I need to encrypt/decrypt some data using AES encryption on GCM mode, but apparently this can't be done with the ... -C would be fine as well. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
745 views
1 answer
    My issue When I deal with UITableView, I basically have an Array table_data with my sections and rows. [ { title ... of them looks ugly for me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Recently I got the following error: Fatal Exception: NSInternalInconsistencyException Invalid update: invalid number of items ... ) Please help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
699 views
1 answer
    I've been able to render NSAttributedStrings via UIViewRepresentable which works great until I wrap the view in a ... work in a ScrollView? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
760 views
1 answer
    iOS Date() returns date with at least microsecond precision. I checked this statement by calling Date(). ... 30T16:34:21.074981Z"? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
625 views
1 answer
    Maybe someone in the community has had similar struggles and have come up with a workable solution. We're ... the current API. Thoughts? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
888 views
1 answer
    I'm trying to get information through the facebook sdk but so far I'm getting only the id and the name of the ... ; } User Name is: Kali Aney See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I upgraded to Xcode 7 and I am using Alamofire to manage API calls and I am getting this error: 'Contextual ... valid. Help is much appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
818 views
1 answer
    I'm attempting to create a custom property wrapper supported by SwiftUI, meaning that changes to the ... in future SwiftUI releases? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
873 views
1 answer
    How should I merge 2 different types of Observables in RxSwift? For example: var a: Observable<Int> var ... of type parameter difference. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Is it possible to switch on a generic type in Swift? Here's an example of what I mean: func doSomething<T>( ... on the type of the generic) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
679 views
1 answer
    I have the following function to convert a PDF into a series of images (one image per page): import Quartz ... way to convert PDF to images? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I want to send encrypted data form a server running a kotlin application to an iOS App using Apples CryptoKit. I have ... , 1, 68, 219, 250] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
492 views
1 answer
    I am reading from Apple's documentation. I thought I knew when to choose a value type and when to choose ... the difference in these two lines? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
754 views
1 answer
    I am trying to read the contents of a URL synchronously for a simple command-line batch script in Swift. I am ... that is causing cURL to fail. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
778 views
1 answer
    How to solve this issue in iOS 13? I am taking screenshot of UITextView content size..Till iOS 12 everything ... ://github.com/ibireme/YYText See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
856 views
1 answer
    Problem is List type does not conform to Codable, the below class cannot be insert to Realm. for example, ... to resolve this issue? Thanks, See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm writing XCUITests for view has 2 UITextField and by defualt the simulator has hardware keyboard connected, ... would be really appreciated See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
568 views
1 answer
    New Edit Below I have already referenced AVMutableComposition - Only Playing First Track (Swift) but it is not providing ... (if it is doable). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
763 views
1 answer
    I load a value from a dictionary in a plist but when I print it to the console, it prints: Optional(Monday ... "Title") println(todayTitle) } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
758 views
1 answer
    Apple changed some things regarding WiFi with iOS 13. If you want to use CNCopyCurrentNetworkInfo your app needs to ... . Thanks for your help! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I've got a variable (a label which describes a play) within a class that I need to pass around ... (chosenPlaylist: playlistName) } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
846 views
1 answer
    How to lazy load the items while the user scrolling in Carplay ? I am using beginLoadingChildItems from ... bottom of the page? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
791 views
1 answer
    How to draw a hole in a rectangle? I want to draw a rectangle which has a empty hole inside it and the ... there any mistake I didn't mention? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
805 views
1 answer
    On iOS 12, to get a UISegmentedControl with clear border, clear divider line, everything clear was easy. All I ... 13, this seems impossible. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
621 views
1 answer
    I have two different views, one red rect and one black rect that is always positioned on the bottom of the screen. When I ... () } } } } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...