Rob Evans

Results 14 issues of Rob Evans

To be honest this maybe how I have implemented this. I've implemented this for SwiftUI based on the mac demo. In short my repro looks like this and when used...

If the next is too long for the existing view we get the `...` and the text doesn't wrap.

I'm fairly new to programming, but as I understand there is no `viewDidLoad` with SwiftUI. Are there any walkthroughs on getting this setup for SwiftUI? Thanks!

enhancement

Before my brain realized what my fingers were doing they were already off to the races and deleting a bin. Can there be a prompt to confirm a user wants...

I'm trying to understand how to apply the Axis Text to appear at the top of where `axisToolTip` is being applied. ## Code: ``` .axisToolTip(isPresented: $tooltip, alignment: .bottomTrailing, constant: constant,...

I'm trying to understand how to implement this into either a SwiftUI view or a UIKit view. I'm tried calling `Text(TwitterText.entities(in: myText))` and no luck with the error `No exact...

I'm finding that using Twift only allows for one devices logged in at a time. Is this a limitation of Twitter or Twift?

I was rejected from the app store since I did not have a way for content to be reported. Just a heads up for other users that maybe using Twift....

I'm attempting to add padding to the label to present the run off as shown below. Here's how I'm calling the view within SwiftUI ``` SUILabel(text: tweet.text, preferredMaxLayoutWidth : UIScreen.main.bounds.width...

Stack ``` 2022-08-22 19:46:00.438076-0400 tweetmarks[43546:3140745] *** Terminating app due to uncaught exception 'UIViewControllerHierarchyInconsistency', reason: 'child view controller: should have parent view controller: but requested parent is:' *** First throw call...