Post

Replies

Boosts

Views

Created

Grant Xcode Cloud access to GitHub Enterprise
Our company is using GitHub Enterprise, and we must use VPN to connect to the organization or any repo. Because of this, Xcode Cloud seems to not be able to identify our GitHub URL. The URL doesn't end with github.com, so I can see just Unknown label on Grant Access window. So that I can't do next step like create GitHub app for repo. What should I do? Is there any support for this? or will be?
1
0
1.5k
Dec ’21
View and subviews after transformation
Hello I'm reading View Programming Guide for iOS - https://developer.apple.com/library/archive/documentation/WindowsViews/Conceptual/ViewPG_iPhoneOS/WindowsandViews/WindowsandViews.html#//apple_ref/doc/uid/TP40009503-CH2-SW5, and I have a question. I'm just wondering what this part means. The coordinate system of each subview builds upon the coordinate systems of its ancestors. So when you modify a view’s transform property, that change affects the view and all of its subviews. However, these changes affect only the final rendering of the views on the screen. Because each view draws its content and lays out its subviews relative to its own bounds, it can ignore its superview’s transform during drawing and layout. I understand that modifying transform affects the subviews, but I don't know why this changes affects only final rendering and even ignores superview's transform. Could you explain why it happens with example or other article?
1
0
1.2k
Jan ’21