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
861 views
1 answer
    How can I set a SwiftUI Text to display rendered HTML or Markdown? Something like this: Text(HtmlRenderedString( ... need a different View? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
587 views
1 answer
    After updating to Xcode 10 beta, which apparently comes with Swift 4.1.50, I'm seeing the following error which ... how to fix the initializer? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
846 views
1 answer
    Is it any way to change text color of datepicker in iOS8? I've that it isn't possible in iOS7 and ... found modified picker in Yahoo Weather! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
476 views
1 answer
    In swift, I am trying to make a text field that will allow a button to be enabled, but only when the text field ... integer. How can I do this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
586 views
1 answer
    I am unable to run my app in simulator after having trouble with the provisioning profile. I'm doing swift ... Fixed the error in provisioning. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
645 views
1 answer
    With a non-editable UITextView, I would like to embed text like this in iOS9+: Just click here to register I ... Swift 3 if that's relevant. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
807 views
1 answer
    I've been trying to find the solution to this for the last week, and I have had no luck after trying ... it to do. Different Background Color See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    How to remove the left and right Padding of a List in SwiftUI? Every List i create has borders to the leading ... should I add to remove this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
751 views
1 answer
    I would like to display a welcome screen when a user opens my app for the first time. What method is there to ... launch of an app in Swift? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
951 views
1 answer
    I want to change background color for full screen. I am using NavigationView, and I want to set Gray color for ... work in any place. preview See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
955 views
1 answer
    Since Xcode 7 and Swift 2.0, I get the error above, like in the screenshot shown here: I have no ... problem? Project settings: Target settings: See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
964 views
1 answer
    I'm creating a ViewController object an pushing it to a navigation controller. When the object ... ?.popViewControllerAnimated(true) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
656 views
1 answer
    How do I create an NSDate object with a custom date other than the current date? For example I would like to ... yesterday or of 2 days ago. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
713 views
1 answer
    I am new to Swift. I have been doing Java programming. I have a scenario to code for in Swift. The ... syntaxes for looping over based on index See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
620 views
1 answer
    I am using Codable protocol from Swift 4 first time, I am not able to understand use of decodeIfPresent from ... is not present in response. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
572 views
1 answer
    I have a view showing messages in a team that are filtered using @Fetchrequest with a fixed predicate 'Developers'. ... this out on my own. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
468 views
1 answer
    I got this error this morning and can't find a reasonable explanation: Communications error: <OS_xpc_error: <error: ... up. What is this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
590 views
1 answer
    With the new release i had some troubles to create some graphs the previous code was: func setChart(dataPoints: [ ... can help me, thanks!! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
924 views
1 answer
    in my Cocoa application, I load a .jpg file from disk, manipulate it. Now it needs to be written to disk as ... do that? Thanks for your help! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
858 views
1 answer
    Unlike with UIWebView and previous versions of WKWebView (iOS 10 & macOS 10.12), the default load operation ... ), without any workarounds? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
642 views
1 answer
    Is synchronous communication between JavaScript and Swift/Obj-C native code possible using the WKWebView? These are the ... something = 42") } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
963 views
1 answer
    Currently I am working in a framework project to distribute to a client we have. The Framework has SPM dependencies ... found any information in the matter. Can somebody help me?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
666 views
1 answer
    I have implemented Google sign in via Firebase and followed proper documentation: https://firebase.google.com/docs/auth/ ... confirm info.plist does not match with target project....
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
769 views
1 answer
    I am writing a QuickLook plugin for macOS and everything works, except that I can't set programmatically the window size of ... on a file handled by my plugin. What am I missing?...
asked Jan 29, 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

...