-
I know in the readme file you said this is not yet updated to take into account the new layouts in iOS 7, but is there a way I could just adjust the tableview offset so it doesn't run into the status …
-
I am trying to set this up using a storyboard layout but I cannot get this to work.
I.e. from the menu controller didSelect... I try the following:
ProfileViewController *profileViewCont…
-
Hi,
I'm using IASK as a tabbar item. I subclassed IASKViewController like this:
```
@interface SettingsViewController : IASKAppSettingsViewController
```
I have a list of values nested under a grou…
-
I just started using FXForms - looks really promising for reducing work I have to do. My first attempt to implement a form using an NSManagedObject as my FXForm (assume this is valid). Here's my excep…
-
I wanted to set the cell style of my cells (e.g. UITableViewCellStyleValue1, UITableViewCellStyleValue2)
As far as I found out the only easy way to do that is to subclass ReTableViewItem, override t…
-
I found a bug when we try inserting a UITableView from a nib file. I tried to do this:
[[NSBundle mainBundle] loadNibNamed:@"MyTableViewNib" owner:self options:nil]; //My .xib file with UITableView i…
-
Hi, I have a tableview called RootViewController and it loads my rss feeds.
The problem comes up when I tap the button to go back to the menu, because the app crash immediately.
Here is my console lo…
-
- (void)sidebar:(RNFrostedSidebar *)sidebar didTapItemAtIndex:(NSUInteger)index {
NSLog(@"Tapped item at index %i",index);
if (index == 1) {
MYViewController *controller = [[MYViewControl…
-
Currently, the UITableViewDelegate method `tableView:heightForRowAtIndexPath:` in TSQCalendarView delegates to the cell or header implementation class (rather, an instance of one) to determine the hei…
-
1. The textView grows at each letter typed and not only at pressing the return key
2. The animation of the textView at keyboard reveal/dismiss is very strage: it jumps 2 times before sitting at its fr…