# CI2Go v1.0.0 the @circleci Client for iPhone &amp; iPad

*2014-11-26*

> I&apos;ve released a CircleCI client for iPhone &amp; iPad.

[![](picture1.png)][AppStore]

I&apos;ve released a CircleCI client for iPhone &amp; iPad.

**[CI2Go on the App Store][AppStore]**

<!--more-->

## Build logs

![](picture2.png)

You can browse build logs with colored text view.

// You can not watch logs of running action due to limitation of [CircleCI API][API].

## Split view

![](picture3.png)

Shows action lists on the left view and build logs on right view for iPad and landscape iPhone 6 Plus.

## Color schemes

![](picture4.png)

You can choose your favorite color schemes from 116 schemes maintained in [iTerm2-color-schemes].

[Previous article] describes how to implement this feature.

## Known issues and TODOs

- Select branches (I removed this feature to avoid crashes) [PR#3]
- Crashes on rotation change from portrait to landscape with split view.
- [Today widget]
- [Apple watch]

Drop me a [New Issue] if you have any.

[AppStore]: https://itunes.apple.com/app/id940028427?mt=8
[API]: https://circleci.com/docs/api
[iTerm2-color-schemes]: http://iterm2colorschemes.com/
[PR#3]: https://github.com/ngs/ci2go/pull/3
[New Issue]: https://github.com/ngs/ci2go/issues/new
[Today widget]: https://developer.apple.com/library/ios/documentation/General/Conceptual/ExtensibilityPG/NotificationCenter.html
[Apple watch]: https://developer.apple.com/watchkit/
[Previous article]: /2014/10/26/refresh-ui-appearance/


