oleksii-demedetskyi / Parus

Parus is simple chain style auto-layout helper for objective-c.
MIT License
106 stars 4 forks source link

UIView category and OS X Compatibility #42

Closed xNekOIx closed 10 years ago

xNekOIx commented 10 years ago

@DAlOG @AndreyMoskvin Resolves #20 and #27 . Please check and accept.

oleksii-demedetskyi commented 10 years ago

How this connected to view categories?

oleksii-demedetskyi commented 10 years ago

I see code with category. Why not in separate files? Why we have to check platform each time?

xNekOIx commented 10 years ago

@DAlOG We have to check platform each time because @interface didn't want to work with typedef-ed PVView from PVUtilities.h

xNekOIx commented 10 years ago

@DAlOG #20 Moved UIView category to separate files. Please check it out and accept.

oleksii-demedetskyi commented 10 years ago

Strange. Should we perform some investigation?

Îòïðàâëåíî ñ iPhone

5 èþëÿ 2014, â 23:05, Kostya notifications@github.com íàïèñàë(à):

@DAlOG We have to check platform each time because @interface didn't want to work with typedef-ed PVView from ```PVUtilities.h"

— Reply to this email directly or view it on GitHub.