-
Hey guys. I enjoy from your repository and that was very useful. If you create for example a video tutorial for it, we will understand completely the code and this repository has good samples for prac…
-
请问怎么设置自己的布局文件layout 进去 我要设置自己样式?
-
Hi there,
I wonder if it would be possible to use this EPG customview in a fragment? I was working all day long, but onDraw isn't be called in fragment, or I don't know how to manage that.
Any c…
-
.
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.
I am trying to have the thumbImageView of the EKSimpleMessageView be cent…
-
I'd like to add a tooltip pointing to the right BarButton in the Navigation bar. I can't seem to figure out the right approach.
I've tried this but it doesn't work. I can't get a pointer to the host…
-
As a user with access to a table with multiple custom views, I want to be able to show the views by name in the view navbar.
| MoSCoW | Risk | Story Points |
| ------------- |…
-
Example usages could be to display copyright footer or institution logo.
Could expose `headerView` and `footView` on `ORKStepViewController`, similar to `customView` on `ORKActiveStepViewController`.…
-
i want to create a customview like a loading button, something like this
```
val buttonLoading = verticalLayout{
textView {
}
}
```
and use this in other components.. can i do this …
-
I have a custom view defined via a xib file (defined with autolayout constraints), which I'm trying to use:
``` objective-c
- (UIView *)customViewForEmptyDataSet:(UIScrollView *)scrollView {
UIView…