iOS source code: annual calendar showing events

iOS source code: annual calendar showing events

Functional classification: Life

Supported platforms: iOS

Operating environment: iOS

Development language: Object-C

Development tools: Xcode

Source code size: 103.78KB

Source code download address: http://down..com/data/1982905

Source code introduction

iOS displays a yearly calendar that can show marked events.

Source code running screenshot

Run Chart

Source code snippet

  1. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
  2.       
  3. static NSString *yearTableCellId = @ "YearTableCellId" ;
  4.       
  5. INOYearTableCell *cell = [tableView dequeueReusableCellWithIdentifier:yearTableCellId];
  6.       
  7. if (!cell) {
  8. cell = [[INOYearTableCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:yearTableCellId];
  9. [cell setTag:indexPath.row];
  10. }
  11.       
  12. NSDate *yearDate = [_model yearWithOffsetFromCurrentDate:indexPath.row + kHalfCellsCount * (_offset - 1)];
  13. [cell setupWithYearDate:yearDate];
  14.       
  15. [_model makeMonthsImagesWithDate:yearDate ofSize:[INOYearTableCell monthViewSize]
  16. cancelTag:[cell tag]
  17. completion: ^(BOOL success, NSArray *monthsImages) {
  18.                                 
  19. if (success && [monthsImages count] > 0) {
  20. [cell setupWithMonthsImages:monthsImages];
  21. }
  22.                                 
  23. }];
  24.       
  25. return cell;
  26. }

Source code download address: http://down..com/data/1982905

<<:  Android application source code custom controls

>>:  iOS source code: Chart library developed in Swift

Recommend

Fasting = stimulating cell autophagy, can it improve Alzheimer's disease?

Recently, Rong seems to like talking about food. ...

"Travel" certification vehicle inspection data analysis this week

In the week of late June and early July 2023, the...

iQIYI’s high-quality barrage advertising operation process and advantages!

After summarizing the many characteristics of iQi...

Devil's Social Studies Ruan Qi "Core Confidence Course"

Devil's Social Studies Ruan Qi "Core Con...

German Chancellor changes his phone: America, are you still eavesdropping?

The new mobile phone used by German Chancellor Ang...

How do iQiyi, Youku and Tencent Video monetize advertising?

Most products in the PC era have a clear product ...

Do cockroaches no longer like sweets?

When you pick up the dirty laundry basket in the ...

These 7 good hygiene habits may be quietly "stealing" your health!

Ms. Zhao, 51 years old, developed a rash on both ...

The underlying logic of product planning from 0-1!

Make product strategy and brand strategy. Some pe...

Finally, we've got you! WeChat for Android will be updated with dark mode

March 10th news, recently, the dispute between Te...

Why are Chinese characters called “square characters”?

In the history of Chinese characters, people usua...

Inventory of essential tools for new media operations (dry goods collection)

We also need to arrange a good-looking layout How...