Junaid Younus

Results 15 comments of Junaid Younus

Any updates on exposing the NSError object inside the error view? I would really like to give a better explanation to the user why the operation failed, instead of a...

If you do create a proposal, it would be better if Swift would do this without having to use the ".then" part (or maybe it was named something else). The...

I just came across a "weird" behaviour with the title bar. The initial URL I load is for a blog post with a relatively big title. Everything is fine. However...

The workaround no longer works. I'm unable to deploy my express app using serverless. I will have to move away from serverless and look at https://github.com/vendia/serverless-express, which seems to be...

It would be nice if there were a new version of the express component with this update.

I would welcome that as well. Something like view.neon_x would make things much easier for noobs like me who still need to pick up the syntax. :) PureLayout uses "auto"...

Yeah, that's what I was thinking with the example you provided and looking for something more generic. I'm sure this is a huge and common thing that needs to be...

I'm having the same problem. Were you able to find a way to fix this issue?

Just tried it and it works, but there's a "flicker" problem now. Sometimes my header view on my UITableView jumps for a split second and then works as it should...

I'm currently creating the header view programatically, here's the code for it. Only the tableView is laid out via Storyboard, but not the header view. ``` func tableView(tableView: UITableView, viewForHeaderInSection...