-
I tried showing login screen popup provided in the demo after a the dismissal of camera imagepicker view. It shows 2 unidentified views on top of the popup view causing to obstruct interaction with th…
-
Here is my week 1 submission. Thank you very much.
/cc @coderschoolreview
hiawc updated
8 years ago
-
Originally the redesign was being done in SwiftUI in #79, but there are too many performance issues. I don't think SwiftUI was designed to draw this many shapes on screen at once. Unless there's somet…
-
I had merged the SWRevealViewController in porject, it works well
but I want to do something after selected cell ,
How can I detect the clicked event?
Thanks for any replay in advance.
-
-
/cc @coderschoolreview
Hi, this is my submission for assignment 1. Please go to folder `MovieDB Client`.
Thanks so much.
-
The item view from dataSouce must be kind of UITalbeView class or STCollectionView class!
-
This should be implemented as part of a generic help-feature. A long press could be used, to distinguish from other taps. Each long tap could move to a help-viewcontroller, with specific text for the …
-
Hi
I try to apply a custom style to a button in a UITableViewCell if the button is pressed. Kind of like a radiobutton we know from HTML. However, the style is never applied. although i can change th…
-
JJStockView第158处复用有问题, 重复调用 reloadStockView 会创建多个titleView,建议改成:
```
-(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
UIView *headerView = [self.stockTa…
absss updated
5 years ago