JulesMoorhouse

Results 16 comments of JulesMoorhouse

@NicholasMata whats your branch called ?

This would be awesome. Idea for use in interface builder in preview. When using drawing code.

I've added a PR for this https://github.com/sebyddd/SDVersion/pull/87 This also include simulator support for iPads from another PR. You can use this in your podfile like so... pod 'SDVersion', :git =>...

I had a chat with a friend at work, can I ask what pipeline you use? We use webpack, we wen't sure how this could be integrated.

I realize this thread is a bit old. However I've trying to initialize the size of a dialog for different devices, I have a default size set in my view...

Thanks, I'm not sure how that's different to the code I tried, apart from the center position... This worked for me instead... Although I'm not sure if odd things happen...

Hey @tybu I'm revisiting this issue, where do you set `self.popupView` ? I'm using ` UIView *popupView = [[self topView] viewWithTag:kMJPopupViewTag]; ` . I've also replaced `self.inferfaceOrientation` in `getCenterPointFromSize` ......

Thanks, however, I think something is missing, I'm getting `Expected a type` on the MJPopViewController* in the prestPopup method?

Ah yes that's what I mean. Yeah I tried adding it to the h file too, but it had the same issue.