-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@orta => Replaced NATiledImageView with ARTiledImageView #26
Conversation
*/ | ||
@interface NADotAnnotation : NAAnnotation | ||
|
||
// Dot radius. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
///
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like they all need this, after accepting this PR I'll do a documentation run, http://cocoadocs.org/docsets/NAMapKit/3.0/Classes/NAMapView.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx!
also travis doesn't seem to be running on this PR, is this a bug? |
looking at CI, not sure what's up |
@orta CI still runs XCode 5.0.2 and those screenshots aren't the same. There's travis-ci/travis-ci#2051 to update that and there's facebookarchive/ios-snapshot-test-case#19 that seems to address this as well. I think this is safe to merge, locally all these tests pass for me, we'll fix them before the next release one way or another, of course. |
Sure. |
@orta => Replaced NATiledImageView with ARTiledImageView
Use the ARTiledImageView pod, as well as a number of misc fixes and improvements.