George Sabanov

Results 3 issues of George Sabanov

Hi there. I have an issue with moving items. The solution is replacing this: [self.mutablechildControllers insertObject:controller atIndex:index]; with this: [self.mutablechildControllers insertObject:controller atIndex:newIndex]; in RATreeNodeController.m at line 82. Hope that helps

DCCommentView is not moving up when it is tapped. Code: commentView = DCCommentView(scrollView: self.tableView, frame: self.view.bounds) self.view.addSubview(commentView) commentView.delegate = self commentView.charLimit = 255 self.commentView.tintColor = GSColor.main

Terminating app due to uncaught exception 'CALayerInvalid', reason: 'layer is a part of cycle in its layer tree' It crashed on this line: self.view.addSubview(commentView) My view controller is UITableViewController subclass