Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinxiansen committed Jan 17, 2017
1 parent 6b4ae27 commit 6f0a8e1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion JHudViewDemo/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ -(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NS
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
}
cell.textLabel.text = _datas[indexPath.row];

return cell;
}

Expand Down
Binary file removed gif/.DS_Store
Binary file not shown.

0 comments on commit 6f0a8e1

Please sign in to comment.