Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-blocks

Capturing video and displaying images using captureOutput:captureOutput didOutputSampleBuffer:sampleBuffer fromConnection:connection

Do I need to use a weak self pointer if a method called from a Block uses self?

Please help me with block-based callbacks

How to make multiple GET request and to wait that all operations are done?

Block that returns a block without typedef

How do I correctly pass a block handler into this function in Swift?

Understanding retain count with the blocks accessing self inside it.

Objective-C: Animations in Blocks

How to skip objects while iterating in a ruby like Map method for obj-c

How to test async method in block using OCMock

objective-c-blocks ocmock

Calling objective-C typedef block from swift

Strange ordering of Kiwi iOS context blocks

Can anyone explain this anomaly when creating block and copy in one line?

Update and animate a gradient in Objective-c

__block variables should be retained in a block

Can blocks/methods be interchangeable?