Wondering if theres any basic examples of working IGListKit in Objective-C.
@farhansyed9 there aren't, but I've gotten this question so many times that I think there needs to be. Let's add a new example VC, section controllers, and cells using ObjC!
Wondering too...
@farhansyed9 @liuxz656 @rnystrom
I have just uploaded an ObjC demo to my repository. Maybe it is helpful.
@rnystrom Did we want to have a single project (Examples-iOS) with both ObjC and Swift, or to create a new pack (Examples-iOS-ObjC) to keep them separate?
@Sherlouk nah single ObjC VC+SC+cell in the current Examples-iOS is fine I think. Don't want to make the examples too complicated. Thoughts?
@charles0126dev that's awesome! It looks like its recreating our Examples-iOS but in ObjC? I'm tempted to have you just PR and import that, but I worry about the longterm maintanence of so many example projects (Swift, ObjC, TV, macOS). Would you want to add one of them to our existing demo and PR it?
@rnystrom Actually, it's totally identical. 馃榾 And I will PR it ASAP.
fixed in #446
Most helpful comment
@Sherlouk nah single ObjC VC+SC+cell in the current
Examples-iOSis fine I think. Don't want to make the examples too complicated. Thoughts?@charles0126dev that's awesome! It looks like its recreating our
Examples-iOSbut in ObjC? I'm tempted to have you just PR and import that, but I worry about the longterm maintanence of so many example projects (Swift, ObjC, TV, macOS). Would you want to add one of them to our existing demo and PR it?