Questions tagged [fxforms]

9 questions
1
vote
2 answers

How can I change color of editable text in FXForms?

How can I change color of editable text in FXForms? I've tried @"textLabel.color" and @"detailTextLabel.color" but it didn't work.
Kris
  • 1,538
  • 2
  • 16
  • 27
0
votes
1 answer

iOS: memory increase when scrolling in tableView in the FXForms project

When I create a form with FXForms, it is very fluid, memory is ok. The problem is that the more you scroll down and up, the more memory is increasing which make the scroll very slow, very bad. I read in a ticket and another ticket that the tableview…
ΩlostA
  • 2,501
  • 5
  • 27
  • 63
0
votes
2 answers

Linker error when passing data from Swift to Objective C

I am using FXForm Library and want to get data from my Swift file in Objective C file function. Demo Project Link Swift Code Implimnetation: let fontName = "HelveticaNeue" let fontSizeLarge:CGFloat = 14.0 var hiddenElementFromFormIndex =…
0
votes
1 answer

FXForms conditional fields

I have created a form with FXForms which contains a switch input and a text field input. I've been trying to workout how to make the text field only visible if the switch statement is true, but with no success and can't find anything in the…
jdawg
  • 508
  • 2
  • 5
  • 18
0
votes
1 answer

Using FXForms in Swift Project after Last iOS SDK 8.3 Update

My Swift App uses the FXForms Cocoa Pod It's an OBJ-C framework I'm using with my Swift app. Everything compiled fine before last Xcode update. Now I am getting this error: " Terminating app due to uncaught exception 'NSInvalidArgumentException',…
Vol-i
  • 149
  • 1
  • 4
0
votes
3 answers

Using FXForms in Swift Project updated to iOS sdk 8.3

This is my first question on stack overflow so please excuse if I miss any mannerisms..... My Swift App uses the FXForms Cocoa Pod It's an OBJ-C framework I'm using with my Swift app. Everything compiled fine before updating Xcode today. Now I…
ZTB
  • 1
  • 1
0
votes
1 answer

iOS : How to get value in FXForms

How can I get actual value of field which user is selected in field, In this method I got only number of index which user selected, but I need the value (string) of that. (void)submitRegistrationForm:(UITableViewCell *)cell { //we can lookup the…
Bhavesh Dhaduk
  • 1,888
  • 15
  • 30
0
votes
1 answer

Find the selected indexPaths from FXForm library -ios

Im a newbie in iOS development. Im using FXForm to create a UITableview based form. Ive used FXFormFieldOptions field for multiple selection by setting the FXFormFieldType to bitfield. I need the index paths for selected options in the options…
0
votes
1 answer

FXForms showing addtional fields after switching to Xcode 6

I have an app that I was building in Xcode 5 which uses FXForms to show three text inputs. After switching to Xcode 6 I now get six fields showing up with the last three labeled Hash, Description, and Debug Description. // …
kreek
  • 8,774
  • 8
  • 44
  • 69