-
Thanks for great component. The problem I can't figure out how to implement standard iOS two-screen approach for editing data, like first screen displays data with ">" arrows, after user clicks, user …
-
See [line 89](http://source.roslyn.io/#Microsoft.CodeAnalysis.EditorFeatures/Implementation/NavigationBar/NavigationBarController.cs,89) in method `NavigationBarController.OnWorkspaceRegistrationChang…
-
Hi, i presented view controller using blur effect on background, so i wanted to all view controllers have clearColor, during `- (void)km_viewWillLayoutSubviews {` you are setting containerView to back…
-
I gave this lib a try but discovered a nasty crash when using it on iOS 9.2
Here's the end of the stack trace.
```
* thread #1: tid = 0x9b91cc, 0x0000000103fd1dbb libobjc.A.dylib`objc_exception_throw…
-
Hi,
I have been using this library since you published, and I really like it so much!
and I am using this on my current project right now, :)
I have just small issues:
I have project that pushes to…
-
1. [x] Chart examples: remove the NavBar and Trial version text from the chart @deyan.ginev
2. ~~The SysTray: if it isn't the color of the nav bar it is better to be black with white foreground~~ (mo…
-
*
This excellent for storyboard and imageView Object
///// .h
@property (weak, nonatomic) IBOutlet UIImageView *imageView;
/////// .m
self.imageView.hidden=YES;
UIImage *image = self.imageView.…
-
PR: [#commits](https://github.com/dotnet/roslyn/pull/6978/commits) _Set Experimental flag for our VSIXes_ by @jasonmalinowski
Failure: http://dotnet-ci.cloudapp.net/job/dotnet_roslyn_prtest_win_vsi_p1…
-
I hate to dig up skeletons, but this one's been haunting me: issue #16. I've got a tableview on my left view controller, navigation controller-embedded tableview in my center, and nothing in my right.…
-
In my case, a tab bar and navigation bar based app.
When dismissing a viewcontroller with the ZFDragableModalTransition, the status bar is removed from the `toViewController` which is the `TabBarCont…