Skip to content

Instantly share code, notes, and snippets.

@cvpe
cvpe / Move cursor in TextView.py
Created March 14, 2019 14:41
Move cursor in TextView.py
import ui
from objc_util import *
import clipboard
import speech
v = ui.View()
v.frame = (0,0,500,320)
v.name = 'Move cursor in TextView'
tv = ui.TextView()
@cvpe
cvpe / Move cursor in TextView.py
Created March 14, 2019 14:20
Move cursor in TextView.py
import ui
from objc_util import *
import clipboard
import speech
v = ui.View()
v.frame = (0,0,500,320)
v.name = 'Move cursor in TextView'
tv = ui.TextView()
@cvpe
cvpe / Move cursor in TextView.py
Created March 3, 2019 09:46
Move cursor in TextView.py
import ui
from objc_util import *
import clipboard
import speech
v = ui.View()
v.frame = (0,0,500,320)
v.name = 'Move cursor in TextView'
tv = ui.TextView()