This website requires JavaScript.
Explore
Help
Sign In
averello
/
swift-mirror
Watch
1
Star
0
Fork
0
You've already forked swift-mirror
mirror of
https://github.com/apple/swift.git
synced
2025-12-14 20:36:38 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7f80e00d3741da97cde17254bbd76ebe1ac33015
swift-mirror
/
stdlib
/
objc
/
UIKit
History
Enrico Granata
b3f6219ebe
Add a very rough mutual exclusion mechanism to prevent a UIView from trying to provide its QuickLook object recursively. The same logic used for NSView is also used here basically verbatim. This is because in playgrounds, you can get a view to log itself as part of its drawRect method due to the way we defined our instrumentation. This very simple mechanism only works because drawing can only happen on the main thread - otherwise, we'd need something smarter than an NSSet of UIView pointers. Fixes rdar://17895769
...
Swift SVN r21444
2014-08-25 21:11:18 +00:00
..
CMakeLists.txt
Remove nib-lookup hacks from UIViewController. Fixes rdar://17327189.
2014-08-13 20:57:55 +00:00
DesignatedInitializers.mm
UIKit overlay: Add our own designated initializers for UIActionSheet and UIAlertView.
2014-04-23 19:52:39 +00:00
UIKit.swift
Add a very rough mutual exclusion mechanism to prevent a UIView from trying to provide its QuickLook object recursively. The same logic used for NSView is also used here basically verbatim. This is because in playgrounds, you can get a view to log itself as part of its drawRect method due to the way we defined our instrumentation. This very simple mechanism only works because drawing can only happen on the main thread - otherwise, we'd need something smarter than an NSSet of UIView pointers. Fixes rdar://17895769
2014-08-25 21:11:18 +00:00