Ashton Williams

Results 27 issues of Ashton Williams

1.5.0 Was trying to use `pproperties`: ```python (lldb) pproperties $imageView error: error: unknown type name 'objc_property_t' error: use of undeclared identifier 'objc_property_t' error: expected expression error: unknown type name 'objc_property_attribute_t'...

Personally I find working on this project with everything in two files a bit difficult. I understand that is makes dropping it into projects easier - but I think that...

I added a simple config file for [travis-ci.org](https://travis-ci.org), read about enabling it for this repo at http://docs.travis-ci.com/user/getting-started/ You can even enable travis to build future Pull Requests :) Since there...

The version script does not play nicely with iOS extensions, specifically WatchKit App. It complains that the version numbers are different. I tried applying `liftoff` to my extension targets but...

bug

I think this library and pattern is 'swifty' enough to be part of Swift-lang itself! Perhaps the syntax would change to be like an auto closure. I speculate the compiler...

Sorry I'm probably getting my web terminology confused. But if you look at http://artsy.github.io/blog/2016/05/03/podspec-checksums/ from an iPhone 6 agent you will notice the first Podfile codeblock is followed by the...

The header comments are out of date compared to the Readme. The code samples are now wrong as the method signatures have changed. See [GBCli/src/GBCommandLineParser.h](https://github.com/tomaz/GBCli/blob/master/GBCli/src/GBCommandLineParser.h)

The `CRToastView` frame is left with Y positions like `-1.5` when it should end up at `0`.

bug

For example, in a tab based app you can easily navigate to a different tab when the toast is showing, and in the toast disappear animation it uses the snapshot...

enhancement

See #70 > > > A similar idea could be applied to the UIWindowLevelStatusBar level also if you want to. > > > > Could you advise further on this...

enhancement