djy

Results 3 issues of djy

Can anyone help me. `sh build-ffmpeg.sh X264 FDK_AAC` build x264 and FDK_AAC 。I encountered the following error ` Ibuilding X264... xcrun -sdk iphoneos clang is unable to create an executable...

数据源为空(dataSource.count = 0) 的情况 1.在storyboad中创建tableView 并添加headerView 2.添加以下代码 `tableView.es.addPullToRefresh { //下拉刷新 }` ` tableView.es.addInfiniteScrolling { //上拉加载更多 }` 3.上拉动作会触发 上拉加载更多 但是在tableView没有添加header的情况下 上拉不会触发上拉加载更多 demo [https://pan.baidu.com/s/1eSPPV5C](url) tableView有 header 但是当数据源为空的时候 不希望 触发上拉加载更多的操作