IntrepidPursuits / swift-wisdom

A collection of additions to the Swift Standard Library created by Intrepid Pursuits developers
MIT License
39 stars 14 forks source link

add ip_cellForRowAtIndexPath: #42

Closed brightredchilli closed 8 years ago

brightredchilli commented 8 years ago

added another helper method into CellConfiguring

Benuuu commented 8 years ago

How do all these methods work when you register two cells for the same view?

brightredchilli commented 8 years ago

im not sure what you mean, two cells for the same view? They would need to have different identifiers.

Benuuu commented 8 years ago

Ah right. I was confused because you weren't using an identifier in your code, but the other methods call with identifier.

Benuuu commented 8 years ago

:shipit:

loganwright commented 8 years ago

:shipit:

loganwright commented 8 years ago

I think this is good to merge @brightredchilli

loganwright commented 8 years ago

closed for manual merge from 0.3.2 tag w/ @Benuuu

brightredchilli commented 8 years ago

thanks guys - sorry about this.