martedì 23 gennaio 2018

Export a github wilki to HTML

Sometime you would like to show a Github wiki to people but you can’t add collaborators to your GitHub repository (or you can’t quickly). You can then decide to export your wiki to html. This is a solution to do that:

                    lwc ./wiki-example.wiki 

venerdì 23 giugno 2017

Fix the issue "Unknown class xxx in Interface Builder file"

Trying to mix Objective C and Swift class I faced the followed issue: running my application and opening a specific View Controller (written in objective C) using a table cell (written in Swift) including a custom view (written in Swift) I saw the following message in the XCode 9 console:

"Unknown class MTMCheckbox in Interface Builder file"

The 3 involved class where:

MTMMatchDetailViewController (ObjC)
MTMAvailabilityCell (Swift file + XIB) 
MTMCheckbox (Swift file)

The error comes from MTMAvailabilityCell XIB.

This was the class definition for my MTMCheckbox.swift:


Thanks to this StackOverflow thread and the user1760527's answer I was able to fix adding (MTMCheckbox) after the notation @obj:

This seems a workaround renaming a Swift class: in my case, MTMCheckbox was previously an Objective C class that I rewritten in Swift.

I hope this can help someone else having the same issue.




lunedì 31 ottobre 2016

The player photos arrive also on iOS: download My Team Manager 1.5.1 for iOS

My Team Manager version 1.5.1 offers now the possibility to save a profile photo for the players of your team.

This new release adds also new tactics that can be chosen for football 11 vs 11 and 9 vs 9, it includes an improvement to enter the players rating and many other bug fixing.

You can download it from the Apple Store. Click here


lunedì 19 settembre 2016

Your player photos on My Team Manager: available now in the Android version 3.4.0

Many users have requested this feature and finally it's here: it is now possible add the player photo from the camera or gallery of your Android phone.

The new version 3.4.0 has the following new features:

  • Possibility to add photo for players
  • Added tactics 3-2-4-1 and 3-2-3 for football 9 vs 9
  • Fix for trainings serie deletion
  • Several bugfix and improvements
The player photo capability will be available soon also for the iPhone version.

Download the new Android version clicking here


martedì 23 agosto 2016

My Team Manager (for Android) is now also available for volleyball. Check out all its functionalites but adapted for this sport:


  • Manage more than one team
  • Manage your roster and your players' info and statistics
  • Rate your players performances and see the average rating
  • Add your team's matches, the calls-up, the lineup and your personal notes, the results, the points, the minutes played. Share them with your players via  the team Facebook page, SMS, WhatsApp or email
  • Statistic section with team (segmented by competition) and players stats (more points, more winning services, best ratings average, minutes played, match and training attendance)
  • Indicate the type of the matches (league, cup, friendly, other) and use it to filter
  • Add and manage your training sessions
  • Manage training attendance
  • add your team's logo
  • configure the medical visit date for your players, the medical center and send to everyone a message (SMS, whatsapp, email) to remind the appointment
  • Send any message via SMS, WhatsApp, email or on your team's Facebook page
  • Massive import of players from your phonebook


Download it from Google Play and send us your feedback to myteammanagerservice@gmail.com


giovedì 16 giugno 2016

My Team Manager 1.4.1 for iOS available on iTunes

This new version introduces the following new features:

  • tactic choices for the other types of football
  • possibility to add your team's logo
  • section to configure  the medical visit date for your players, the medical center and send to everyone a message (SMS, whatsapp, email) to remind the appointment
  • manage players unavailability for matches
Some improvements and bug fixings have been done as well