Post

Replies

Boosts

Views

Activity

Comment on Nib file not showing up in Xcode 13.0 interface builder
When you select your project, at the very top of the file browser, and open File Inspector, what project format do you get (it is listed as Xcode x.y compatible). Could you try to set to 13.0 ? What is the answer to the last question "When you look at issues Navigator (left panel), do you get error messages ?" Can you also open the nib file as Source code (right click on the nib file in file browser and select "Open As >"
Oct ’21
Comment on Objective c with iOS15 tableView expandable
What is the crash message ? I was suggesting a possible problem, if you don't care, that's OK for me, no worry. But I have nothing to check if you don't check yourself first and answer to replies.Note that the code you used dates from 2018. It is already a bit old (at the time iOS 12 or 13). There is an interesting discussion here for negative row value: https://stackoverflow.com/questions/13585220/why-is-the-row-property-of-nsindexpath-a-signed-integer.   Have a good day.
Topic: UI Frameworks SubTopic: UIKit Tags:
Oct ’21
Comment on NSScrollview - Pagination effect - Stop animation
I may miss something in your intent. Do you want the notification being sent and processed during scroll, to check you don't exceed some limits ? Or do you want to send only at start of scrolling, which is what the code is apparently doing now. If the latter, you should see several print during scrolling. Is it the case ?
Topic: UI Frameworks SubTopic: AppKit Tags:
Oct ’21
Comment on How to access variable in separate function
You have not read carefully: I moved changed in the scope of Practise. To have func outside of Practise, you need to use Environment var, not State var. See here detailed explanations: https://stackoverflow.com/questions/56718802/how-to-update-a-swiftui-view-state-from-outside-uiviewcontroller-for-example
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’21