Jan Stuth

Results 5 comments of Jan Stuth

i've got the same issue.... canceling line-wrap did not help i even get some extra lines when aligning short code lines this defines: ``` #define make_int2 (int2) #define make_float4 (float4)...

Interesstig.... In iOS 4.x the layoutSubviews method is called each time you scale or move the image in the UIScrollView. So everytime i try to scale my image, it is...

ok, i fixed it in a quick and dirty way. i added this line: self.view.bounds = CGRectMake(0, 0, self.contentSizeForViewInPopover.width, self.contentSizeForViewInPopover.height-self.navigationController.navigationBar.frame.size.height); to the "viewDidLoad" method in the GKImageCropViewController class. This places...

Have you tried my approach listed above? You also have to add the new Xcode UUID "0420B86A-AA43-4792-9ED0-6FE0F2B16A13" to the DVTPlugInCompatibilityUUIDs property in the plist of the plugin.

download and compile the version of @ajjnix https://github.com/ajjnix/xCodeGenerateDescriptionPlugin he made a similar fix of this issue. He also included support for the Xcode versions 7.0 and 7.1 Beta. Hope that...