How to add a custom button to search in Confirm Network Activity app? - sap-fiori

My customer wants to add a 'Scan' button on the search bar, on the left side , in this app..
Like in master side of the app, they want to scan bar code, and search based on the info scanned..
App details: https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps(%27F0296%27)/W10D

Related

iOS App Facebook Login Screen with Logo

I have written an app that uses Facebook login via the FBSDKLoginButton. The login window shows up and the user can login using their Facebook email and passowrd... that all works great!
I am trying to figure out how to make the login window show our company logo but I cannot find this anywhere in the documentation.
Can someone point me in the right direction? I have seen many other iOS Apps that use FB Login and have their logo displayed so I know it can be done.
Here is a screenshot:
You should change the app icon of your Facebook app in order to do that.
Navigate to developers.facebook.com.
Click on My Apps on the top right corner.
Select your app.
Select Settings/Basic from the menu on the left.
Hover over the section called App Icon (which is on the bottom left of the first editable section) and click on the Edit button.

Quick access to features by searching

In iOS application, tab bar id added containing more than 10tabs and screens.
Note: Tab bar is just example.
I want to implement search menu(feature), so that user can search and quickly navigate to particular screen. There are number of screens and to go to particular screen user has to taps number of time. So here I have to provide search option so that user can search and quickly navigate to particular screen. I want to minimize number of taps and provide quick access to all features in the application.
For e.g) When user enter text 'edit profile', app should show options relevant to entered text like "Edit Profile". When user tap on it, it should navigate to Edit profile screen.
What should be approach to implement such kind of functionality?
Do I need to define all features somewhere?
How to manage navigation?
How to provide suggestions as per entered search text?

How to use Back-to-app button on iOS10

In iOS 9, we have Back-to-appB button in application A when the application A is opened from application B. You can see Back-to-app button (Back to Safari, Back to App Store) in below picture:
Example pictures
But on iOS 10, we haven't seen Back-to-app button in status bar.
So could you please tell me how to enable this button on iOS 10 and how to use it in coding.
I'm using Objective-C language.
Updated:
I saw Back-to-App button on status bar, but I want to know how to call action of Back-to-App button without touching. We want to use this function to replace OpenURL method. With this way, we can open Safari browser without reloading page.
This feature is also work in iOS10, if your destination application open from source application then this option will visible in status bar.
For Example, your demo app contain url schema like "demo",
and you open you demo app through safari like "demo://" then you can see the "< Safari" button in your demo app status bar.
Deep linking of application A works if the user moves to application B by tapping on link or button from application A.
On the contrary it will not work if you press home button and move to another application.

how to implement a search bar with fading the existing view when clicked

I have implemented search bar in my table view to search for files using objective-C. And it is working fine.
I want to implement it in a way that when the search bar is clicked, the screen fades out & only the keyboard & the search bar has user interaction (like in default phone app or whatsapp or any other ios app).
Can anyone suggest me how that can be done ? Any help would be appreciated.

Add custom menu option to JSQMessagesViewControllerCell

I am building a chat app that uses JSQMessagesViewController. The default functionality includes the ability for a user to long press a chat bubble which then presents a copy menu option (see screenshot). I would like to add an additional custom menu for reporting a comment. Ideally when the user long presses a chat bubble the menu now has two options, copy and report. Can someone please point me in the right direction for adding this custom menu button? Thank you!
See the demo file
https://github.com/jessesquires/JSQMessagesViewController/blob/develop/JSQMessagesDemo/DemoMessagesViewController.m
See the use of customAction

Resources