Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
Eonist edited this page Aug 15, 2016 · 19 revisions

Welcome to the Element-iOS wiki!

  • UIView is always using CoreAnimation backing instead of the three modes that NSView supports

Drawing in UIView:

override drawRect(){
	let context = UIGraphicsGetCurrentContext()
}
Clone this wiki locally