North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value
Infragistics Ultimate
The complete toolkit for building high performing web, mobile and desktop apps.
Indigo.Design
Use a unified platform for visual design, UX prototyping, code generation and application development.
Web
Ignite UI for Angular
Ignite UI for JavaScript
Ignite UI for React
Ultimate UI for ASP.NET
Indigo.Design
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Prototyping
Indigo.Design
Mobile
Ultimate UI for Xamarin
Ultimate UI for iOS
Ultimate UI for Android
Automated Testing Tools
Test Automation for Micro Focus UFT: Windows Forms
Test Automation for Micro Focus UFT: WPF
Test Automation for IBM RFT: Windows Forms
UX
Indigo.Design Desktop
Collaborative prototyping and remote usability testing for UX & usability professionals
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
Business Intelligence
Reveal Embedded
Accelerate your time to market with powerful, beautiful dashboards into your apps
Reveal App
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Forums
Ultimate UI for iOS
CREATE NEW POST
Your Privacy Matters
: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use.
Cookie Policy
Close
Selected tags
IGFlowLayoutView
Narrow your results
Sorry, but there are no more tags available to filter with.
Most Viewed
Binary Rejected (Non-public API)
Answered
over 10 years ago
Installation Failed
Answered
over 9 years ago
X-axis Labels Randomly Display as "..."
Not Answered
over 7 years ago
Can't install NUCLios
Not Answered
over 10 years ago
Compatibility with xamarin unified api
Answered
over 8 years ago
Tags
More
Cancel
Descending
Ascending
1 - 13 of
13 results
for Ultimate UI for iOS
Answered
5289
views
3
replies
border and corner radius in FlowLayoutView
Hi, is there a way to control type of the border line (say dashed etc...) and corner radius in "edit mode" rectangle? Thank you Mark
Answered
10012
views
17
replies
NSRangeException on viewDidAppear
This may be a minor issue... but it looks like a race condition. I can reliably reproduce the following NSRangeException. 2014-07-01 08:20:02.324 XXXXXX 2[7302:60b] *** Terminating app due to uncaught...
Not Answered
3951
views
8
replies
Swift equivalent for cellAtIndex method ?
hi all, we're getting up to speed on swift, still early days! we r having a problem on this (datasource) func, at first line of code when the func is invoked : IGFlowLayoutViewCell *cell = [flowLayoutView...
Answered
7870
views
4
replies
IGFlowLayoutView vs IGCalendarView problem
Hello! I'm currently evaluating IGFlowLayoutView for a possible integration into our application. So far I like it a lot, but now I've stumbled upon a problem I'm having a hard time fixing: I'm...
Answered
4360
views
6
replies
Strategy for Layouts Across Devices
If you have a full-screen flow layout of "widgets," and the widgets are resizable, what is the vision/strategy for making the layouts consistent across devices and orientations? I've toyed around with...
Not Answered
3053
views
1
reply
Possible Bug in dequeueReusableCellWithIdentifier Post-Rotation
I'm seeing a strange situation where dequeueReusableCellWithIdentifier post-rotation creates a cell that has some kind of issue. I was able to work-around the issue by managing my own creation of new...
Not Answered
3171
views
3
replies
Clipped Flow View (via corrupted offset) Under Specific Device Rotation Conditions
I'm seeing an issue when a flow view is scrollable and then the device rotates. It only happens when certain conditions are met. Here's how to reproduce: 1) Create a flow layout that fits on the entire...
Answered
9519
views
11
replies
Autolayout and Autoreize Masks
I'm seeing an unexpected auto layout error when a cell moves off screen. Otherwise, the layout looks good, and the layout works 100% when the cell returns to the screen. Probably at least one of...
Suggested Answer
4215
views
7
replies
Nested FlowViews and Oversized Edit Handle Hit Tests
The edit handle seems to have a larger area devoted to it's drag gestures. Is this configurable?... or, is there someway to elegantly allow the choosing of the correct handle when handles overlap? See...
Not Answered
6196
views
9
replies
Nested Flow Layout
Ammar and I have this bet where he'll buy me a beverage of choice if I reach 2,000 points by May 1st. I want to do this, and I need it to be elegant. What kind of settings with regards to touch pass...
Not Answered
3971
views
4
replies
Resize Handle Design
Because the handles are often touched on the edge of the screen you may want to consider adding a editItemHandleInset property... and maybe a different color for the handle. This is what I envision. ...
Not Answered
3201
views
3
replies
Deceleration On Flow's Grid
It would be nice if the scroll view could be easily configured to decelerate at the boundaries of the flow's internal grid. That way, user scrolls would "snap" to an appropriate place.
Not Answered
4466
views
7
replies
IGFlowLayoutViewCell and Embedding VCs
This question is about general cocoa design principles. In my app, each IGFlowLayoutViewCell is fairly complex. Usually, I would thin out the complexity by embedding childViewControllers. But this isn...