objc_hacks
objc_hacks copied to clipboard
experiments with pythonista objc module
% `flake8 . --count --select=E9,F63,F7,F82,Y --show-source --statistics` ``` ./blocktest.py:60:5: E999 SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? print 'The item at index',ind,'is', ObjCInstance(obj) ^ ./filter_subviews.py:22:2: E999...
Hi, I'm attempting to use the method swizzling in swizzle.py and I'm see that attempting to call the original method results in the following error (this happens with trying the...
@Phuket2 can you try running tableview_rowheight_tests.py (in same folder as the swizzle and tableview_rowheight.py), and paste the output here?