Jochen Pfeiffer

Results 24 comments of Jochen Pfeiffer

For me hiding the extra keys doesn't work at all (but the last line of the prompt is covered by the extra keys in landscape mode). iOS 14.1, iPhone XS

Apparently this line in Apples [seedlist](https://github.com/xcpretty/xcode-install/blob/9c70915df437e23de3cc7769ee06cf5816e9e09d/lib/xcode/install.rb#L378) response is interpreted as a release: ``` Installation requires macOS 10.15 beta or Xcode 11 GM seed. ``` Happens [here](https://github.com/xcpretty/xcode-install/blob/9c70915df437e23de3cc7769ee06cf5816e9e09d/lib/xcode/install.rb#L438-L441).

Using this in a swift project via a bridge-header seams not to work. --- Edit: actually now it somehow works :-)

Any news on this @afinetooth? I think we are seeing the same issue. The combined coverage is wrong most of the times for pull requests, but it seems to work...

Sorry for the long wait. #288 should make this easier. You can find an [example here](https://github.com/jjochen/JJFloatingActionButton/blob/cfe52c8c294b7cf7cf2ed56598babd7979e4f41f/Example/Tests/AnimationConfigurationSpec.swift#L394-L397). In general you can always create your custom layout. [Check here](https://github.com/jjochen/JJFloatingActionButton/blob/7a8b6d3fef76fd55079c896cac24fde66cd1afa0/Example/JJFloatingActionButton/ConfigurationExampleViewController.swift#L60-L76) how to do...

Hope that helped. Closing this for now.

> try to use `controller.currentPageNumber` And how would I get the page size from there?

> controller.pageCount What I meant ist size of the current page as in width and height.