-
## 📌 Todo
### 트래블톡 화면
- [x] 테이블뷰 configure
- [x] chatroomImage, chatroomName 테이블뷰 데이터 바인딩
- [x] chatroomImage 배열 활용한 단톡방 표현
- [x] 사용자 검색 기능 by 서치바
- [ ] 옵션) 서치바 네비게이션 바에 넣기
##…
-
I encountered a race condition when trying to run Allegro-based game on iOS. The race is between **createFramebuffer** call in EAGLView.m and **iphone_create_display** call in iphone_display.m. The pr…
-
I found a bug where if a view inherits from `NibDesignable`, `layoutSubviews` gets called with the original sizes from the nibs but not for subsequent resizes. I noticed it when I was making a circula…
-
I have UITableViewController based on storyboard, and want to use cells based on Layout.
Class of Cell
```
class RecipeCell: UITableViewCell, LayoutLoading {
var layoutNode: LayoutNode?
…
-
Hello, I am using WTReTextField in my project. I want to call setText: method and let it show a formatted string when WTReTextField is appear, so i overrided the WTReTextField's setText: method like t…
-
Thanks for creating a really nice library, but I'm a little confused right now. Constraints not working after using FlexLayout for subviews
class CellsViewController: UIViewController {
over…
-
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
CustomTableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"CustomTableView…
-
### Description
I've been seeing crash reports from Firebase related to SkeletonView.
### What type of issue is this? (place an `x` in one of the `[ ]`)
- [x] bug
- [ ] enhancement (feature re…
-
我的TableViewCell使用xib自动布局, 当xib中的cell高度和代码中不一致时,WZLBadge显示的位置会以xib中的为准,同样的Label使用自动布局时也无法根据文字长度更新badge位置。
luyud updated
5 years ago
-
In sample application , if you scroll the demoTagsControl several time it will get stuck and will stop scrolling anymore.
Please help.