Description: The goal of this project is to create a UIView that can generate smooth lines from touch input in a reasonably fast manner without moving to a more complex framework like OpenGL.
Update: Completely re-written smooth line algorithm to use native CGContext quadratic curves. The result is much faster and smoother drawing. There s no more need for switching between agorithms.
To Search:
File list (Check if you may need any files):
Smooth-Line-View-master
.......................\.gitignore
.......................\Default-568h@2x.png
.......................\Examples
.......................\........\examples
.......................\........\........\1.png
.......................\........\........\2.png
.......................\........\........\3.png
.......................\LICENSE
.......................\README.markdown
.......................\Smooth Line View.xcodeproj
.......................\..........................\project.pbxproj
.......................\..........................\project.xcworkspace
.......................\..........................\...................\contents.xcworkspacedata
.......................\..........................\...................\xcuserdata
.......................\..........................\...................\..........\nunnikl.xcuserdatad
.......................\..........................\...................\..........\...................\UserInterfaceState.xcuserstate
.......................\..........................\xcuserdata
.......................\..........................\..........\nunnikl.xcuserdatad
.......................\..........................\..........\...................\xcschemes
.......................\..........................\..........\...................\.........\Smooth Line View.xcscheme
.......................\..........................\..........\...................\.........\xcschememanagement.plist
.......................\Smooth Line View
.......................\................\Smooth Line View-Info.plist
.......................\................\Smooth Line View-Prefix.pch
.......................\................\SmoothLineView.h
.......................\................\SmoothLineView.m
.......................\................\Smooth_Line_ViewAppDelegate.h
.......................\................\Smooth_Line_ViewAppDelegate.m
.......................\................\Smooth_Line_ViewViewController.h
.......................\................\Smooth_Line_ViewViewController.m
.......................\................\Smooth_Line_ViewViewController.xib
.......................\................\en.lproj
.......................\................\........\InfoPlist.strings
.......................\................\........\MainWindow.xib
.......................\................\........\Smooth_Line_ViewViewController.xib
.......................\................\main.m