Posts

Post not yet marked as solved
1 Replies
146 Views
It seems I used the wrong Bitbucket account when setting up my project with Xcode Cloud. Now when I proceed with the "Grant Access" step, all I get is this error: Bitbucket Cloud installation was incomplete Repository was not found. Either the repository does not exist or you do not have permission to access it. Is there any way to reset this and start over?
Posted Last updated
.
Post not yet marked as solved
1 Replies
700 Views
I'm trying to implement a three-column style in my Universal app. I want my columns as follows: The primary/master column shows a list of folders The supplementary column shows files in the selected folder The secondary/detail column shows the content of the selected file. I've wired everything up with segues in Storyboards: Master view controller rows to supplementary view controller. Supplementary view controller rows to detail view controller. This all works fine on iPhone. On the iPad however, I can't seem to be able to update the Supplementary column when selecting a row in the Master column. It just replaces the content in the Master column (with "show" adaptive segue) or in the Detail column (with "show detail" adaptive segue). What am I doing wrong?
Posted Last updated
.