Any Library of IOS then suggest me.. thank u
How to Create this type of view in IOS? (See in Image)
155 views Asked by Mr. Bond At
2
There are 2 answers
6
iamVishal16
On
Hiii,
Use StoryBoard place a ViewController and embed in navigation controller then provide a storyboard id to navigation controller and then get that same viewController on next button clicked.
UINavigationController *navVC = [self.storyboard instantiateViewControllerWithIdentifier:@"yourViewController"];
YourViewController *yourVC = navVC.topViewController;
[self.navigationController pushViewController:yourVC animated:true];
Now you can get same ViewController every time. Provide some instance variable which loads specific data for presentation.
OR
Also, you can directly access a view controller if it's already embedded in Navigation Controller like
YourViewController *yourVC = [self.storyboard instantiateViewControllerWithIdentifier:@"yourViewController"];
open identity inspector and provide storyboard id directly and push this viewController.
Related Questions in IOS
- URLSession requesting JSON array from server not working
- Incorrect display of LinearGradientBrush in IOS
- Module not found when building flutter app for IOS
- How to share metadata of an audio url file to a WhatsApp conversation with friends
- Occasional crash at NSURLSessionDataTask dataTaskWithRequest:completionHandler:
- Expo Deep linking on iOS is not working (because of Google sign-in?)
- On iOS, the keyboard does not offer a 6-character SMS code
- Hi, there is an error happened when I build my flutter app, after I'm installing firebase packages occurs that error
- The copy/paste functionalities don't work only on iOS in the Flutter app
- Hide LiveActivityIntent Button from Shortcuts App
- While Running Github Actions Pipeline: No Signing Certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID
- Actionable notification api call not working in background
- Accessibility : Full keyboard access with scroll view in swiftui
- There is a problem with the request entity - You are not allowed to create 'iOS' profile with App ID 'XXXX'
- I am getting "binding has not yet been initialized" error when trying to connect firebase with flutter
Related Questions in OBJECTIVE-C
- How to control the volume of an iPhone programmatically in objective-c
- Occasional crash at NSURLSessionDataTask dataTaskWithRequest:completionHandler:
- How to set value the descriptor of iOS BLE in Objective-C?
- Unexpected #selector() Behavior in Swift-Objective-C Interop?
- In what context can we use an unqualified #selector() expression in Swift?
- AVPictureInPictureController crashes during initialization
- How to use pow() in Objective-C?
- How to change the image on the MGSwipeButton in MGSwipeTableCell
- Using sort descriptors in Outline View
- Why is my Swift function not printing from inside the dataTask closure?
- Using UICollectionViewCell with IBOutlet
- Undefined symbol: _OBJC_CLASS_$_ only on simulator
- Why can't I receive a notification sent from Camera Extension(Swift) to an observer application (obj-c++)
- Behavior of __block modifier in objc
- Inserting subview into view where I've added subviews and sublayers
Related Questions in CHECKBOX
- status table for all entries (even in different dates) in database changing value when all checkboxes are checked
- onEdit() 'row is not defined' error using checkboxes
- How to listen for LightDOM Label "FOR=" events via ShadowDOM Custom Element
- How to fix this Row nested in Column exception issue in Flutter?
- I need assistance with scripting between tabs for Google Sheets
- Angular:Mat-tree - how to select all checkbox during initial load
- Prevent checking checkbox input in contentEditable from stealing focus from editor in Android webview?
- In Flutter, how to set TextField value based on the selection of a CheckboxListTile?
- ASP.NET CheckBox to call code behind after js confirm() returns true
- Why isn't Formik group checkbox working if the initial state is loaded from a variable?
- onEdit() to exclude header row
- How to resolve is_selected() not returning True even if the checkbox is selected?
- Checkbox symbol for a to do list in Javascript
- React Native Elements CheckBox Component Not Displaying Checkmark
- how to check if checkbox checked using Selenium
Related Questions in PROGRESS-BAR
- After progressbar load website is not loading in android webview
- Progress Bar increment while running
- How to change tqdm.notebook progress bar style?
- How to pass the progress from API call to waiter
- PyQT5: Worker thread's progress bar only updates after main thread's progress bar has updated
- Progress Bar not displaying in GNU Parallel with SLURM script
- Custom circular bar using MUI5 with React
- Vanilla JavaScript to show scroll progress bar that fills only while scrolling the <main> element?
- Filling a Progress Bar without a button
- Python progress bar in conjunction with fork processes
- Progress Bar styling with styled components - React/TypeScript
- C# WPF Progress bar Custom Style
- Javascript doesn't fetch progress data from python
- show progress bar while uploading video using jquery plugin
- html progress bar for python image processing code
Related Questions in PAGEVIEWS
- How to find page views by URL in Google Analytics
- Cost of user session who viewed a specific page or event in GA4
- PageView and BottomNavigationBar lagging
- Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other laravel google/apiclient
- How to show a cumulative chart of page views in GA4?
- What reasons are behind the firing of many pageview events on a Data Layer?
- How to stop one page from firing a page view?
- SwiftUI - TabView - PageView Fullscreen Problem
- Pass scrollview offset value from View through Page View Controller Swiftui
- GA4 Vs UA basic stats comparison - page views , users
- adding form with globalKey inside PageView.Builder
- Flutter BottomNavigationBar Animation not functioning
- In Google Analytics 4 (GA4) how can I see page views by path and querystring when only "Page path and screen class" is available?
- flutter - PageView Builder & Card - displaying different info on each card
- Issue when I try creating Sliver app bar and pageview in the same widget
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)




No need to use any third party library for this :-
Navigation bar
1.1 Use that arrow for back button by setting leftbarbuttonitem
1.2 For Progress Bar and progress label you can design separate view and can add it as title view (self.navigationController.navigationItem.titleView)
For question and answer, you can use table view
2.1 Question:- Use table header or section header
2.2 Answer:- Use Table view cell with check box or radio button Use single selection logic for radio button and multi selection for check box
Done Button
Use table footer to show done button