Posts

Post not yet marked as solved
3 Replies
700 Views
I enjoyed watching the demos of the ChocolateChip app used in WWDC 2019 sessions 205 and 235, however not all of the source code was shown in the video, I was wondering if it would be possible for that project to be made available on the session video page? Because I have the following questions:What is the code for RecipesViewController.swift selectRecipe?- I was wondering if it performs a segue, also wondering if it selects a table row.What is the code for RecipesViewController.swift selectedRecipe?- I was wondering if it calls up to the split view controller to get the currently showing RecipeDetailViewController's recipe or if it simple relies on the table row selection.What does RecipeNavigationController.swift have in it?
Posted
by malc.
Last updated
.
Post not yet marked as solved
1 Replies
748 Views
Hi I reported a bug with segues a while ago and still haven't had any feedback and about 3 betas has been released since then. The bug ID is 33170765 and basically the problem is if you add a segue and choose Show Detail and then change it to Show it doesn't work correctly. It only works correctly if show detail is the first choice made when adding the segues. Here is a copy of the full bug report:http://www.openradar.me/radar?id=6713870815068160Thanks
Posted
by malc.
Last updated
.
Post not yet marked as solved
1 Replies
698 Views
Seeing this output to Console about 8-10 times per second:default 20:52:01.779706 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:01.827417 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:01.852267 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:02.123806 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:02.491921 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:02.919318 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:02.935342 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:02.948974 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:02.962259 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:02.975436 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:02.990094 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:03.003693 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:03.017255 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:03.030572 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:03.050822 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:03.063488 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:03.076634 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:03.090140 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:03.103593 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:03.116909 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:03.129385 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:03.142784 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:03.155918 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:03.171752 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:03.187422 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecs default 20:52:03.203060 +0100 kernel smb2_smb_add_create_contexts: Setting Durable Handle V2 timeout 30000 mSecsAnyone know the reason? Maybe to do with connecting to a network Time Machine drive? Noticed it when debugging why a Find My Mac kept the MacBook Pro awake, very hot in a bag, and drained the battery to 60%.10.12.5 (16F73)MacBook Pro (Retina, 15-inch, Mid 2015)
Posted
by malc.
Last updated
.