Skip to content

Golang mobile experimentation on iOS. Simple twitter stream client

License

Notifications You must be signed in to change notification settings

remirobert/go-mobile-twitter-stream

Repository files navigation

go-mobile-twitter-stream

bitrise codecov codebeat

Go-mobile cross plateform framework, to get a live twitter stream.

Build the framework

First you need to install go-mobile, then:

gomobile bind --target=ios twitter-stream-framework/

That will generate a framework Twitter.framework

iOS client

  • AsyncDisplayKit / Texture
  • SnapshotTests and unit tests
  • Wireframe, to encapsulate UI API like UIKit, so the coordinators can be used on OSX, TVOS and iOS