Felipe Ferri
Felipe Ferri
Hi! First of all, congratulations on this extremely useful library. I would like to ask you to improve your documentation regarding custom attributes. I spent some hours trying to do...
…ouches display during app execution. During development I find it extremely useful to have a panel where I can set debugging features on and off. I added a flag which...
I'm trying to use Charles proxy to monitor comunication between my script and the Google Adwords api. I created a ProxyConfig object like this: ``` proxy_config = ProxyConfig( http_proxy='127.0.0.1:8888', https_proxy='127.0.0.1:8888',...
Not a big deal. This happens because in TodoListViewController the var filter isn't initialised when running on iPad, as you use a SplitViewController and the filter is initialised when preparing...
If you create auto-layout constraints based on compact sizes for iPhones (for example if you want different constraints on landscape mode), these are not changed correctly when running an app...
Instead of messing up with storyboards and targets, ideally the setup process of the screen sizes simulator should be just placing a line of code somewhere convenient, such as the...
Create a cocoapod for facilitating the installation of the ScreenSizesSimulator on a new project.