Guy Bashan

Results 8 comments of Guy Bashan

I have similar issue. I think it happens with TabBar application when keyboard is visible. Here is a screenshot: ![photo-2](https://f.cloud.github.com/assets/3739222/1828782/5b2fb2fe-7267-11e3-9229-17614ada5ebb.PNG)

What exactly is the command for getting the super view of the tab bar? Will this work: NSLog(@"%@", [self.tabBarController.view.superview]);?

If it helps, when I call: DejalActivityView then it write "Loading..." properly in the middle, it just not the loading effect that I need...

Exactly the same problem as I got... On Mon, Jun 23, 2014 at 1:58 PM, Christian Bieg [email protected] wrote: > I have got the same problem when there is a...

I have a similar issue. It didn't used to be in the past. Started to spear in the last few updates:

I also tried this code: val target = ViewTarget(R.id.toolbarBottom, this) ShowcaseView.Builder(this, true) .setTarget(target) .setContentTitle("title") .setContentText("content").build() And got this exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.getLocationInWindow(int[])' on a null...