Results 6 comments of Daniate

Did you call ButterKnife.bind(xxx) after inflate? ``` setContentView(R.layout.activity_login); unbinder = ButterKnife.bind(this); ```

呃,这个有空可以做一下。

![snip20150320_2](https://cloud.githubusercontent.com/assets/1210634/6748482/0cd7b224-cf21-11e4-9c3f-b40dc1086409.png)

> @Daniate > Did you get any solution for this lately ? No~~~

Update `AudioVisualizer.swift`: Replace all of the `metalView.draw()` by ``` DispatchQueue.main.async() { [self] in metalView.updateLayer() } ``` And change `metalView.isPaused = true` to `metalView.isPaused = false`

![image](https://cloud.githubusercontent.com/assets/1210634/16293032/394cdbd4-3949-11e6-8391-aefec6c243dc.png) ![image](https://cloud.githubusercontent.com/assets/1210634/16293046/4ccd9504-3949-11e6-8e41-c44b16bd4bdf.png) These two pictures, the first one is grouped table view, the second one is plain table view. In the second one, a seperator is at the bottom of...