Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Swift UIView extension to check UIView methods are being called on the correct thread
-
-
A demonstration of implementing continuous speech recognition with the iOS 10 Speech framework
-
A drop in category which prevents CoreBluetooth methods being called when the state is not powered on
-
120 contributions in the last year
Contribution activity
July 2020
Created an issue in swig/swig that received 2 comments
%typemap(javaimport) does not work with structs
test.i:
%typemap(javaimports) TestStruct %{
import java.util.Arrays;
%} %module Test
%{ typedef struct TestStruct { int a; };
%} typedef struct Tes…
2
comments