Post

Replies

Boosts

Views

Activity

Comment on local Core data and evolution in a distributed system
thanx for your response, If I understand, I need to introduce a new tuple as you describe myNewID = (NSUUID, Int64ID) NSUUID will represent the ID for ipad --> unique even across devices = UUID().uuidString Int64ID will represent the interna increment ID --> unique Integer just for the local DataBase (as now) so iPad 1 will create record ID = xx-xxx-xxx-xxx-1 iPad 2 will create record ID = yy-yyy-yyy-yyy-1
Jun ’21
Comment on GIT - uncommitted changes
The only solutions today I have , is to add manually the documents...with I click on the M icon and the option "source control > stage changes in "xxx"
Replies
Boosts
Views
Activity
Nov ’23
Comment on CollectionView cell swapping after longPressure
Yes it's exact. I would like to change only the selected cell not others background but I do not want to change the moving cell !
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on Xcode 14 - iOs 16.0.2 - attempt to insert nil object from objects[0]
..
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on NSPersistentCloudKitContainer - notification
Yes, I'm on real devices : iPad, wifi connected, iCloud signed..."check if the container is pointing towards the correct iCloud container", could you explain in detail? the container (NSPersistentCloudKitContainer) is towards to a container in cloud, all my devices are synchronize well...iPad/iMac/iPhone
Replies
Boosts
Views
Activity
Jul ’22
Comment on My app folder document not appear in Files (iPad)
Application supports iTunes file sharing is necessary to add into plist.info
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on local Core data and evolution in a distributed system
thanx for your response, If I understand, I need to introduce a new tuple as you describe myNewID = (NSUUID, Int64ID) NSUUID will represent the ID for ipad --> unique even across devices = UUID().uuidString Int64ID will represent the interna increment ID --> unique Integer just for the local DataBase (as now) so iPad 1 will create record ID = xx-xxx-xxx-xxx-1 iPad 2 will create record ID = yy-yyy-yyy-yyy-1
Replies
Boosts
Views
Activity
Jun ’21