-
```
@IBAction func btnClick(_ sender: UIButton) {
let browser = PhotoBrowser.init()
browser.animationType = .fade
browser.photoBrowserDelegate = self
b…
-
比如我显示的时候 datas 有10张,当滑动到第0张的时候,我要加载更多数据,插入到最前面,datas 里现在一共有20张 ,currentIndex 从0 变成了 10 这时候该怎么刷新整体?
hydyy updated
6 years ago
-
Version 3.1.0
There is an issue that is making the app crash. It is related to the User Defaults storage on iOS 11.
Here is the stack trace from Crashlytics
> #9. Crashed: NSOperationQueue 0x1c40…
-
This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* Framework7 Version: v1.5.
* Platform and Target: Android
### What you did
- Make sure framework7.m…
seme1 updated
6 years ago
-
This is a (multiple allowed):
* [ ] bug
* [ ] enhancement
* [X] feature-discussion (RFC)
* Framework7 Version: v1.6.4
* Platform and Target: ANDROID.
* Live Link or JSFiddle/Codepen: -
### …
-
Hi, I tried it all day but not luck. I hope if someone can help me out.
I am using f7 in rails application with turbolinks & jquery.turobolinks
In my `people/index` I have my `` tag href to to a cont…
-
I just cloned this repository and built, my Xcode error report missing of PhotoBrower library.
How to add it?
Thank u in advanced.
-
因为自定表单元素的时候,不能继承Controller,在PhotoBrowser库中demo看了下,self都是当前类遵守了Controller以后才能使用,有没有什么方法可以实现传入一个控制器,返回的View我可以使用到其他控件中进行展示呢?
-
只在在控制器中,配置好browser,点击按钮执行“browser.show()”,第一次能成功打开,消失之后,再点击按钮,黑屏。打开图层看到浏览器的图层是在控制器的后面。这是什么原因?
![image](https://user-images.githubusercontent.com/16515097/41109572-e4ca219a-6aa9-11e8-9c4d-5e6cc57f8b1c…
-
Hi, I have [previously](https://github.com/nolimits4web/Framework7/issues/1246) reported an issue about this that is solved for me by making `domCache: false`, but now I found that i need it to be `tr…