zkhCreator

Results 15 comments of zkhCreator

I add load bundle in AppDelegate.m

If the reason is it isn't support objc? And what can I do if I wan't to call `viewWillAppear` and `viewDidAppear` after `viewDidload`? Only call these method in `injected` method?

@jfbomber I find the problem. In apple's document, they said: ``` You typically do not set the value of this property directly. Changing the value of this property programmatically does...

@jfbomber You can see the fix code in https://github.com/zkhCreator/CalendarView/pull/1

@nik6018 the border color is ok in my repo. Maybe you should use the master branch, don't copy the merge request code, because I fix some bug not in the...

@khedheri you can use my repo's master branch, because of my repo is not the main repo of Calendar repo.If I update the podspec, it will influence the version of...

[the branch](https://github.com/onevcat/Kingfisher/issues/1864#:~:text=under%20development%20in-,this%20branch,-.) is not existed yet

maybe the reason is that I use the hook in my hook. maybe my hook will compile in the server(because nextjs default render in server side). it cause the problem....

@tsensei I just use the hooks in my client component directly, just use it in the `use client` tsx file. I think the client component not compile on the server...

Same on Xcode Version Version 16.2 (16C5032a), macOS 15.0 (24A335)