AkshayJain
AkshayJain
@Dids Did this work for you then to dismiss the popup? ``` [self.navigationController dismissPopupViewControllerAnimated:YES completion:^{ NSLog(@"popup view dismissed"); }]; ```
that one needs the OctIcons and Material imports commented out in the header file
let rect = self.spreadsheetView.rectForItem(at: indexPath) let rectInView = self.spreadsheetView.scrollView.convert(rect, to: self.spreadsheetView`) sourceView being the spreadsheetView and the sourceRect being the rectInView worked perfectly. Kindly close this issue
@kishikawakatsumi Can you please explain a little more?
Works fine for me. Can I somehow have a look at your code?
I am having the same issue
@fdddf can you please explain a little? I think there are more than a few people facing this same issue...
http://stackoverflow.com/questions/21326995/xcode-5-clang-error-linker-command-failed-with-exit-code-1-use-v-to-see-inv As mentioned there, you are missing some frameworks required to run the project.