tapku

iOS: Tapku calendar library - allow selecting multiple dates for current month

拥有回忆 提交于 2019-11-29 05:22:38
I am using Tapku library for calendar implementation. I could see that there is a way to add Markers for predefined start and end date but I want to allow users to select/unselect any number of dates from current month only , and want to generate event for each action. Moreover, I have switched off the month navigation functionality by returning nil for Left and Right arrow to display only current month but not able to remove events for few previous and next months Date tiles that gets displayed on current month. I can still select previous month's day 31st to navigate to previous month or

TapkuLibrary.h not found on archive

冷暖自知 提交于 2019-11-28 09:16:14
问题 Everything's fine building in xcode and testing the app until I built in for archive. I am capable of running my program in xcode and it does really work. My problem is that when I tried to archive the project the error come out. This is the error: Lexical or Preprocessor Error issue 'TapkuLibrary/TapkuLibrary.h' file not found Please help! 回答1: Do you have different Header search paths for develop/archive/release? 来源: https://stackoverflow.com/questions/11280784/tapkulibrary-h-not-found-on