Post

Replies

Boosts

Views

Activity

Comment on How can I make this kind of scroll menu?
What do you get when you run ? Could you show screen shot (please don't forget to edit the capture in Preview app and divide size by 2 or 3 (Adjust size in Tools menu). You have probably a problem with the constraints, but I would need to see them all to confirm what it is. Also check you have defined constraints for UIImage (leading and trailing and top to zero, bottom typically 50 or 60 to leave room for labels.     In storyboard it looks like you have drawn, not according to constraints. If you ask for menu command : Editor > Resolve Auto Layout Issues > Update frames, you may get a different display.
Topic: UI Frameworks SubTopic: UIKit Tags:
Nov ’21
Comment on Delegation in Swift
@G.U.T.explorer "discovered the nested for-loops execute over 1.5E14 times": that's effectively a lot and we may not have the patience to wait till year 3800 😉. But what loop do you refer to ? In which code precisely ?
Topic: Programming Languages SubTopic: Swift Tags:
Nov ’21
Comment on How can I make this kind of scroll menu?
What do you get when you run ? Could you show screen shot (please don't forget to edit the capture in Preview app and divide size by 2 or 3 (Adjust size in Tools menu). You have probably a problem with the constraints, but I would need to see them all to confirm what it is. Also check you have defined constraints for UIImage (leading and trailing and top to zero, bottom typically 50 or 60 to leave room for labels.     In storyboard it looks like you have drawn, not according to constraints. If you ask for menu command : Editor > Resolve Auto Layout Issues > Update frames, you may get a different display.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on Delegation in Swift
@G.U.T.explorer "discovered the nested for-loops execute over 1.5E14 times": that's effectively a lot and we may not have the patience to wait till year 3800 😉. But what loop do you refer to ? In which code precisely ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on Resetting a NSPredicate
So, why don't you call _filterTracks(str: "") in searchFieldDidEndSearching ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on AppStore doesn't show preview pictures of app
When I open thins link (from Mac), as well as from de/app/, I get the icon and all images. I cannot test on AppStore, as app is probably not available in my country.
Replies
Boosts
Views
Activity
Nov ’21
Comment on SF Symbols Fill
Thanks. So not a bug, but different from UIKit.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on Does unifiedContacts(matching:keysToFetch:) return only unified contacts and leave out non-unified contacts?
@ShinehahGnolaum,  that may interest you: h t t p s : / / newbedev.com/fetching-all-contacts-in-ios-swift
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on ProgressBar with DispatchQueue
deleted
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on SafeArea breaks after device orientation change
Which Xcode 13 ? There may be issues with 13.0
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on Adding / Removing items from a NSTableView
Exact. The only time I used was when I started learning Swift, following this series of courses, including one with array binding. h t t p s : / / w w w.youtube.com/watch?v=vOaXyOGL3bw.    But never used in app. Once again, take it as a personal choice.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on Triangle Intersection in 3D Space
Did you try ? Does it work ? If not, please detail the problem. If yes, don't forget to close the thread.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on UIModalTransitionStyle.partialCurl fails when dismiss(animated:) called
Confirmed in this thread: https://stackoverflow.com/questions/62187639/swift-modal-transition-partial-curl-on-dismiss-got-stuck
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on pushViewController crashed but I don't know why
Can't you reproduce the crash ? Anyway, please show code and storyboard.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on UITableViewCell Swipe Cell Action not working on MAC M1 Max
Thanks for feed back, sorry it lead nowhere. What happens when you swipe ? Nothing at all ? Or "only" action not triggered ?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on Mac crashes when extracting Xcode 13.x xip file
130 GB, that's not the problem. I download recently Xcode 13.2ß on MacOS 11.6.1, without problem… Did xib verification sucked (before extraction) ? Is the download on the boot drive of the Mac ?
Replies
Boosts
Views
Activity
Nov ’21
Comment on How to add vibrancy to image?
I don't understand. Is it MacOS or iOS app ? As you speak of NSButton, I thought it was MacOS.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21