Friday, May 2, 2014

Little things I learned today

1.  xctool: This was a tool built by a facebook employee that lets you run your simulator from your command line and allows you to setup your tests for Travis CI. This is great to allow integration and unit tests being added into the same CI Build to test the whole suite.
2.  Self.webView.scrollView: webView has a nested scrollView within it that has various methods that can be called on it to update the position of where a user is within the webView (example: scrolling to a  place in the readable based on reading progress).

3.  $ gem outdated: Shows you what gems you have that are outdated and the newest versions available.

No comments:

Post a Comment