Bottom Tabbed Bar With Customised Tab Menu - xamarin

I am trying to get a Circular Icon of my Application Logo right in middle of tabbed bar menu's, I have 5 Tab Menu's where the third one i want it to look like this
trying to get this on Android & Ios
i have tried custom rendering by removing the padding but still not able to get the desired result, i found one solution updating icon using SetTabIcons Method but this method does not get trigger when we are working with bottom tabbed bar in Android, please suggest me something which can help me to get this for both android & Ios

I understand your problem here, i am not sure how to get that big button overflowing the tabbar but however have a look at this
https://devlinduldulao.pro/how-to-create-bottom-navigation-bar-in-xamarin-forms/
That's an open source project and the source code is linked at the bottom of page, you can tweak the animation (which i like very much) and use a customrenderer to render the center icon over a circle.
Have a look if that helps you in any way! :)

Related

Xamarin.Forms how to change the navigation back button to an image?

I am building an app in Visual studio with crossed platform in Xamarin.Forms.
I have been trying to change the back arrow button in the navigation UI to an image in stead of the arrow, but I haven't found any good examples.
Is there anyone here who can help me?
Back arrow button in navigation bar is default feature. I think it can't be changed. If you want to change it then you should use a custom navigation bar.

Toolbar fades out after a second in iOS 11

I'm just starting out on a new app with Xcode 9 and iOS 11. I placed a Toolbar at the bottom of the view, then added suggested constraints. Inside the toolbar I placed two buttons, "Sites" and "Item".
When I run the application, the toolbar disappears after a second whenever I launch the app.
Any idea what's causing this? How do I fix it? There's currently no code added to it, just the elements I've mentioned.
You are putting the elements on the launch screen instead of the actual first screen of the application.
If you are using the default configuration, search for the storyboard called Main.storyboard and put the items you want to show there.

Bar Button Items Not Appearing When iOS Simulator Is Ran

I added 5 bar button items on my main view controller and linked them into code. I also created show segues from the bar button items to other view controllers. Although, when I run the iOS simulator none of my bar button items appear. Can someone help me?
I think you need constraints on your bottom bar, it's probably just not in the right place.
I took a look, tested some versions (you didn't make it easy) and found that if you add bar button items but don't add a toolbar there appears to be a toolbar in the storyboard but not when you run the app, nothing appears.
Instead, remove the items, add a toolbar, constrain it, then add the bar button items within it. You should have no more problems from there.
Good luck on your app! If you have any more questions, just send me a message.

Animate View on Menu Button Tap using Swift 2

I got a Home Page in my App which has a Menu button(Hamburger) on the Right of the Screen. My Requirement is to Animate the Current View(Home Screen or Profile Screen or Settings Screen ) on Tapping the Menu Button. On Tapping The Menu Button which Screen is Currently Active Should Animate.
The Requirement Screen Looks like the Image Below
The Image shows how the Screen looks like after tapping the Menu button.
ie: if Home Screen is active then the home screen should animate , if it is a profile screen which is active then the profile screen should animate. Can i make animations like this using Swift2. Currently i am using Xcode 7. For menu i am looking forward to use SWRealViewController. if i use SWrealViewController can i achieve this effect ? Or is there any third party Tool available ?
After a long Search for what i needed i just came to find a library. ITRAirSideMenu
Which is exactly what i was in search for.
You can try this Third party Library. Hope it helps you
https://github.com/DigitalLeaves/DLHamburguerMenu

Xcode: Mac OS X, removing title bar, but keep window buttons

I've been searching and searching but I haven't had any luck. I'm trying to remove the title bar in a window, which is the easy part. But I want to keep the buttons (close, minimize, resize) in the window. So essentially the whole part of the window could be a web view, with the buttons still in tact. The Rdio app is a great example, and I've attached a picture of it. The whole white area is a webview. Any help would be greatly appreciated. I'm sort of new to xcode. Thank you.
Screenshot of Rdio before it loads up

Resources